Explorar el Código

fix(compiler): fix

shylock hace 1 año
padre
commit
40bc37a121
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

@@ -18,8 +18,8 @@ export default {
     },
     '/web/': {
       // 要代理的地址
-      // target: 'http://yongxu.yehaoji.cn:8199', // 开发
-      target: 'https://app.yongxulvjian.com', // 生产
+      target: 'http://yongxu.yehaoji.cn:8199', // 开发
+      // target: 'https://app.yongxulvjian.com', // 生产
       changeOrigin: true,
     },
     '/s/': {