From d086ea096dbc2e5bc29a20a9e9280f5ccc5868b7 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 15 Jan 2026 09:04:11 +0800
Subject: [PATCH] feat:更新小程序

---
 uniapps/work-wx/src/pages.json |   35 ++++++++++++-----------------------
 1 files changed, 12 insertions(+), 23 deletions(-)

diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index 98d5c7d..44584ee 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -11,8 +11,7 @@
 		{
 			"path": "pages/page/index",
 			"style": {
-				"navigationBarTitleText": "首页",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "首页"
 			}
 		},
 		{
@@ -24,23 +23,20 @@
 		{
 			"path": "pages/equipmentManagement/index",
 			"style": {
-				"navigationBarTitleText": "设备管理",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "设备管理"
 			}
 		},
 		{
 			"path": "pages/legalPolicy/index",
 			"style": {
-				"navigationBarTitleText": "法律政策",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "法律政策"
 			}
 		},
 
 		{
 			"path": "pages/user/index",
 			"style": {
-				"navigationBarTitleText": "我的",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "我的"
 			}
 		},
     {
@@ -101,13 +97,6 @@
 					}
 				},
 				{
-					"path": "workDetail/mapWork/index",
-					"style": {
-						"navigationBarTitleText": "地图展示",
-						"navigationStyle": "custom"
-					}
-				},
-				{
 					"path": "userDetail/infos/index",
 					"style": {
 						"navigationBarTitleText": "个人资料"
@@ -135,26 +124,26 @@
 		"backgroundColor": "#ffffff",
 		"list": [
 			{
-				"iconPath": "static/images/tabbar/icon_order.png",
-				"selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+				"iconPath": "static/images/tabbar/home.png",
+				"selectedIconPath": "static/images/tabbar/home-selected.png",
 				"pagePath": "pages/page/index",
 				"text": "首页"
 			},
 			{
-				"iconPath": "static/images/tabbar/icon_order.png",
-				"selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+				"iconPath": "static/images/tabbar/sbgl.png",
+				"selectedIconPath": "static/images/tabbar/sbgl-selected.png",
 				"pagePath": "pages/equipmentManagement/index",
 				"text": "设备管理"
 			},
 			{
-				"iconPath": "static/images/tabbar/icon_home1.png",
-				"selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+				"iconPath": "static/images/tabbar/flzc.png",
+				"selectedIconPath": "static/images/tabbar/flzc-selected.png",
 				"pagePath": "pages/legalPolicy/index",
 				"text": "法律政策"
 			},
 			{
-				"iconPath": "static/images/tabbar/icon_me.png",
-				"selectedIconPath": "static/images/tabbar/icon_me_selected.png",
+				"iconPath": "static/images/tabbar/my.png",
+				"selectedIconPath": "static/images/tabbar/my-selected.png",
 				"pagePath": "pages/user/index",
 				"text": "我的"
 			}

--
Gitblit v1.9.3