1
0
Selaa lähdekoodia

fix(compiler): fixed

shylock 1 vuosi sitten
vanhempi
commit
9dfc5346e9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

@@ -18,8 +18,8 @@ export default {
     },
     '/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,
     },
     '/s/': {