ZaiZai 1 年之前
父節點
當前提交
1146886313
共有 2 個文件被更改,包括 3 次插入5 次删除
  1. 1 3
      config/index.js
  2. 2 2
      manifest.json

+ 1 - 3
config/index.js

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

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "工程云家",
     "appid" : "__UNI__A0B807E",
     "description" : "智慧数字工程",
-    "versionName" : "2.2.1",
-    "versionCode" : 221,
+    "versionName" : "2.2.2",
+    "versionCode" : 222,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 300000,