zouling 2 semanas atrás
pai
commit
00c48c4bea

+ 6 - 5
property_ui/config.js

@@ -1,12 +1,13 @@
 // 应用全局配置
 module.exports = {
-  // baseUrl: 'https://zhsq.qs163.cn/prod-api',
-  // baseUrl: 'http://47.99.82.249:5011/prod-api',
-  baseUrl: 'http://192.168.101.245:8077',
+  baseUrl: 'https://zxyzhsq.qs163.cn/prod-api',
+  // baseUrl: 'http://111.39.53.163:16300/prod-api',
+  // baseUrl: 'http://192.168.101.245:8056',
   // baseUrl: 'http://192.168.101.86:8077',
   // baseUrl: 'http://10.90.90.52:8065',
-  // baseUrl: 'http://10.90.90.53:8065',
   // baseUrlimg: 'http://114.99.127.243:2001',
+  shareurl: 'https://zhsqhf.qs163.cn',
+  // shareurl: 'http://192.168.101.147:9090',
   baseName:'智慧社区物管端',
   Clientid:'428a8310cd442757ae699df5d894f051',//
   grantType:'password',//
@@ -14,7 +15,7 @@ module.exports = {
   // 应用信息
   appInfo: {
     // 应用名称
-    name: "ruoyi-app",
+    name: "智慧社区物管端",
     // 应用版本
     version: "1.1.0",
     // 应用logo

+ 1 - 1
property_ui/manage/pages/community/newssqdetail.vue

@@ -147,7 +147,7 @@
 				 	provider: "weixin",
 				 	scene: "WXSceneSession",
 				 	type: 0,
-				 	href: this.shareurl+'/manage/pages/community/newssqdetail?id='+this.id,
+				 	href: this.shareurl+'/news/pages/news/detail?id='+this.id,
 				 	title: this.datainfo.communityTitle,
 				 	summary: "社区资讯",
 				 	imageUrl: "https://zxyzhsq.qs163.cn/prod-api/profile/upload/2025/06/11/applogo_20250611033931A020.png",

+ 3 - 3
property_ui/manifest.json

@@ -2,8 +2,8 @@
     "name" : "智慧社区物管端",
     "appid" : "__UNI__35B39A9",
     "description" : "",
-    "versionName" : "1.0.2",
-    "versionCode" : 102,
+    "versionName" : "1.0.3",
+    "versionCode" : 103,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,
@@ -110,7 +110,7 @@
             "port" : 9090,
             "https" : false
         },
-        "title" : "RuoYi-App",
+        "title" : "智慧社区物管端",
         "router" : {
             "mode" : "history",
             "base" : ""

+ 1 - 1
property_ui/pages.json

@@ -644,7 +644,7 @@
   },
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "RuoYi",
+    "navigationBarTitleText": "智慧社区物管端",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
 }

+ 1 - 1
property_ui/work/pages/manage/money.vue

@@ -226,7 +226,7 @@ font-size: 26rpx;
 color: #FFFFFF;}
 		}
 	}
-	.tabtop{padding-bottom: 40rpx;
+	.tabtop{padding-bottom: 40rpx;padding-right: 20rpx;
 		.tabt{font-weight: 500;font-size: 32rpx;color: #666666;position: relative;line-height: 56rpx;padding: 0 40rpx;margin-right: 6rpx;
 			&.act{font-weight: bold;font-size: 32rpx;color: #272727;
 			&::after{content: '';width: 40rpx;height: 10rpx;background: #0156FE;border-radius: 6rpx;position: absolute;left: 50%;margin-left: -20rpx;bottom: -10rpx;}