ZaiZai 1 year ago
parent
commit
3212cfb1d1
2 changed files with 5 additions and 7 deletions
  1. 2 4
      config/index.js
  2. 3 3
      manifest.json

+ 2 - 4
config/index.js

@@ -18,10 +18,8 @@ export default {
     },
     },
     //正式环境
     //正式环境
     baseApi: {
     baseApi: {
-        //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/', //长连接地址
         wss: 'wss://business.hcxxy.com/wss/websocket/', //长连接地址
     },
     },
     //H5测试设置
     //H5测试设置

+ 3 - 3
manifest.json

@@ -1,9 +1,9 @@
 {
 {
-    "name" : "数字工程",
+    "name" : "泓创数字工程",
     "appid" : "__UNI__A0B807E",
     "appid" : "__UNI__A0B807E",
     "description" : "",
     "description" : "",
-    "versionName" : "1.2.5",
-    "versionCode" : 125,
+    "versionName" : "2.0.0",
+    "versionCode" : 200,
     "transformPx" : false,
     "transformPx" : false,
     "networkTimeout" : {
     "networkTimeout" : {
         "request" : 300000,
         "request" : 300000,