ソースを参照

fix(compiler): fixed

shylock 1 年間 前
コミット
5ea4f107b6
1 ファイル変更2 行追加2 行削除
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

@@ -18,9 +18,9 @@ export default {
     },
     '/web/': {
       // 要代理的地址
-      // target: 'http://192.168.0.224:8199', // 开发
+      target: 'http://192.168.0.224:8199', // 开发
       // target: 'http://192.168.0.18:8199', // 秀本地
-      target: 'https://app.yongxulvjian.com', // 生产
+      // target: 'https://app.yongxulvjian.com', // 生产
       changeOrigin: true,
     },
     '/s/': {