瀏覽代碼

chore: 修改为测试环境地址

zhangyuhan 4 年之前
父節點
當前提交
ce4a6745c5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -33,7 +33,7 @@ module.exports = {
     disableHostCheck: true,
     proxy: {
       '^/bigmember': {
-        target: 'https://www.jianyu360.com',
+        target: 'https://web2-jytest.jydev.jianyu360.com',
         changeOrigin: true,
         logLevel: 'debug',
         pathRewrite: {
@@ -41,7 +41,7 @@ module.exports = {
         }
       },
       '^/jypay': {
-        target: 'https://www.jianyu360.com',
+        target: 'https://web2-jytest.jydev.jianyu360.com',
         changeOrigin: true,
         logLevel: 'debug'
       }