Explorar el Código

feat: 优化 designer 配置

yanglzh hace 5 meses
padre
commit
046fcda865
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      writeEnv.mjs

+ 1 - 0
writeEnv.mjs

@@ -24,6 +24,7 @@ const configJson = {
 		iotServer: baseUrl,
 	},
 	designer: {
+		baseServer: VITE_SERVER_ORIGIN + VITE_NGINX_PROXY,
 		server: baseUrl,
 	},
 	media: VITE_MEDIA_SERVER_URL,