Przeglądaj źródła

fix(compiler): fixed

shylock 1 rok temu
rodzic
commit
9dfc5346e9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

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