Parcourir la source

fix(compiler): fix

shylock il y a 1 an
Parent
commit
40bc37a121
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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/': {