浏览代码

fix: 本地代理测试环境

zhangyuhan 4 年之前
父节点
当前提交
20523ed97e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      jydocs-mobile/vue.config.js

+ 3 - 3
jydocs-mobile/vue.config.js

@@ -46,19 +46,19 @@ module.exports = {
     disableHostCheck: true,
     disableHostCheck: true,
     proxy: {
     proxy: {
       '^/jydocs': {
       '^/jydocs': {
-        target: 'https://web2-jytest.jydev.jianyu360.com',
+        target: 'https://app2-jytest.jydev.jianyu360.com',
         // target: 'http://192.168.20.180:821',
         // target: 'http://192.168.20.180:821',
         changeOrigin: true,
         changeOrigin: true,
         logLevel: 'debug'
         logLevel: 'debug'
       },
       },
       '^/jypay': {
       '^/jypay': {
         // target: 'https://web2-jytest.jydev.jianyu360.com',
         // target: 'https://web2-jytest.jydev.jianyu360.com',
-        target: 'http://192.168.20.145:86',
+        target: 'https://app2-jytest.jydev.jianyu360.com',
         changeOrigin: true,
         changeOrigin: true,
         logLevel: 'debug'
         logLevel: 'debug'
       },
       },
       '^/jyintegral': {
       '^/jyintegral': {
-        target: 'http://web2-jytest.jydev.jianyu360.com',
+        target: 'https://app2-jytest.jydev.jianyu360.com',
         // target: 'http://192.168.20.145:820',
         // target: 'http://192.168.20.145:820',
         changeOrigin: true,
         changeOrigin: true,
         logLevel: 'debug'
         logLevel: 'debug'