xiaohaizhao 1 year ago
parent
commit
be201f37fd
2 changed files with 16 additions and 2 deletions
  1. 14 0
      project.private.config.json
  2. 2 2
      utils/Http.js

+ 14 - 0
project.private.config.json

@@ -127,6 +127,20 @@
           "query": "id=315",
           "launchMode": "default",
           "scene": null
+        },
+        {
+          "name": "",
+          "pathName": "/packageA/account/index",
+          "query": "",
+          "launchMode": "default",
+          "scene": null
+        },
+        {
+          "name": "",
+          "pathName": "packageA/account/index",
+          "query": "",
+          "launchMode": "default",
+          "scene": null
         }
       ]
     }

+ 2 - 2
utils/Http.js

@@ -1,7 +1,7 @@
 class HTTP {
     constructor() {
-        this.baseUrl = "http://61.164.207.46:8000";
-        // this.baseUrl = "https://oms.idcgroup.com.cn:8079";
+        // this.baseUrl = "http://61.164.207.46:8000";
+        this.baseUrl = "https://oms.idcgroup.com.cn:8079";
     }
     request({
         url,