zouling há 1 mês atrás
pai
commit
9ff848e140
3 ficheiros alterados com 9 adições e 8 exclusões
  1. 6 5
      user_ui/config.js
  2. 2 2
      user_ui/manifest.json
  3. 1 1
      user_ui/pages.json

+ 6 - 5
user_ui/config.js

@@ -1,13 +1,14 @@
 // 应用全局配置
 module.exports = {
-  // baseUrl: 'https://zhsq.qs163.cn/prod-api',
+  baseUrl: 'https://zxyzhsq.qs163.cn/prod-api',
   // baseUrl: 'https://zhsqhf.qs163.cn/prod-api',
-  // baseUrl: 'http://47.99.82.249:5011/prod-api',
-  baseUrl: 'http://192.168.101.245:8077',
-  // baseUrl: 'http://192.168.101.86:8077',
+  // baseUrl: 'http://111.39.53.163:16300/prod-api',
+  // baseUrl: 'http://192.168.101.245:8056',
+  // baseUrl: 'http://192.168.101.86:8090',
   // baseUrl: 'http://10.90.90.52:8065',
   // baseUrl: 'http://10.90.90.53:8065',
-  // baseUrlimg: 'http://114.99.127.243:2001',
+  // shareurl: 'http://192.168.101.147:9091',
+  shareurl: 'https://zhsqhf.qs163.cn',
   baseName:'智慧社区用户端',
   Clientid:'428a8310cd442757ae699df5d894f051',//
   grantType:'password',//

+ 2 - 2
user_ui/manifest.json

@@ -2,8 +2,8 @@
     "name" : "智慧社区用户端",
     "appid" : "__UNI__E57E235",
     "description" : "",
-    "versionName" : "1.0.2",
-    "versionCode" : 102,
+    "versionName" : "1.0.3",
+    "versionCode" : 103,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 1 - 1
user_ui/pages.json

@@ -478,7 +478,7 @@
   },
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "RuoYi",
+    "navigationBarTitleText": "智慧社区用户端",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
 }