소스 검색

Merge branch 'master' of lizhiqi/yongxu-web into master

lizhiqi 1 년 전
부모
커밋
2655c2195b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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/': {