Explorar el Código

chore: 修改为测试环境地址

zhangyuhan hace 4 años
padre
commit
ce4a6745c5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'
       }