ZaiZai 1 year ago
parent
commit
a40b7e431e
3 changed files with 7 additions and 7 deletions
  1. 4 4
      config/index.js
  2. 1 1
      httpApi/modules/data-fill/wbs.js
  3. 2 2
      manifest.json

+ 4 - 4
config/index.js

@@ -18,10 +18,10 @@ export default {
     },
     //正式环境
     baseApi: {
-        //api: 'http://192.168.0.109:8090/',  //请求地址
-        //form: 'http://192.168.0.109:5173/', //表单地址
-        api: 'http://47.110.251.215:8090/', //请求地址
-        form: 'https://user.hcxxy.com/',    //表单地址
+        api: 'http://192.168.0.109:8090/',  //请求地址
+        form: 'http://192.168.0.109:5173/', //表单地址
+        //api: 'http://47.110.251.215:8090/', //请求地址
+        //form: 'https://user.hcxxy.com/',    //表单地址
         wss: 'wss://business.hcxxy.com/wss/websocket/', //长连接地址
     },
     //H5测试设置

+ 1 - 1
httpApi/modules/data-fill/wbs.js

@@ -4,7 +4,7 @@ export default {
     //获取当前合同段的划分树
     async queryWbsTreeData(form) {
         return httpApi({
-            url: '/api/blade-manager/wbsTreeContract/lazyQueryContractWbsTree',
+            url: '/api/blade-user/wbs/lazyQueryContractWbsTree',
             method: 'get',
             params: form
         });

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "工程云家",
     "appid" : "__UNI__A0B807E",
     "description" : "智慧数字工程",
-    "versionName" : "2.1.7",
-    "versionCode" : 217,
+    "versionName" : "2.1.8",
+    "versionCode" : 218,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 300000,