Browse Source

地址改变

钞小赢 3 years ago
parent
commit
5f7d20ecb7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      shanXiPlatform/vue.config.js

+ 2 - 1
shanXiPlatform/vue.config.js

@@ -39,7 +39,7 @@ module.exports = {
39 39
 
40 40
     proxy: {  //配置跨域
41 41
       '/': {
42
-        // target: 'http://101.36.160.140:21061',  //这里后台的地址模拟的;应该填写你们真实的后台接口
42
+        //  target: 'http://101.36.160.140:21061',  //这里后台的地址模拟的;应该填写你们真实的后台接口
43 43
         target: 'http://101.36.160.140:21021',  //这里后台的地址模拟的;应该填写你们真实的后台接口
44 44
         // target:'http://172.16.0.02:9601',
45 45
         changOrigin: true,  //允许跨域
@@ -54,6 +54,7 @@ module.exports = {
54 54
       '/apk': {
55 55
         // ws: true,
56 56
         target: 'http://101.36.160.140:21021',
57
+        // target: 'http://101.36.160.140:21061', 
57 58
         changOrigin: true,
58 59
         pathRewrite: {
59 60
             '^/apk': ''