1
0
Pārlūkot izejas kodu

fix(compiler): fixed

shylock 1 gadu atpakaļ
vecāks
revīzija
ac407d4e4e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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/': {