From 839acd1fe3dec49c00f89522aceda084987b2dfd Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 23 Oct 2025 08:44:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages.json | 37 +++++++++++++++++--------------------
1 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d192a95..75eef15 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -152,43 +152,40 @@
}
],
"tabBar": {
- "color": "#1b233b",
- "selectedColor": "#21d59d",
+ "color": "#8c8c8c",
+ "selectedColor": "#1D6FE9",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
- "iconPath": "static/images/tabbar/icon_home.png",
- "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+ "iconPath": "static/images/tabbar/icon_home.svg",
+ "selectedIconPath": "static/images/tabbar/icon_home_selected.svg",
"pagePath": "pages/map/index",
"text": "地图"
},
{
- "iconPath": "static/images/tabbar/icon_list.png",
- "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
+ "iconPath": "static/images/tabbar/icon_list.svg",
+ "selectedIconPath": "static/images/tabbar/icon_list_selected.svg",
"pagePath": "pages/inspectionTask/index",
- "text": "巡检任务"
+ "text": "任务"
},
{
"iconPath": "static/images/tabbar/add-task.svg",
- "selectedIconPath": "static/images/tabbar/add-task.svg",
- "pagePath": "subPackages/taskDetail/addTask/index",
- "text": "新建",
- "visible": true,
- "style": {
- "width": "600",
- "height": "600"
- }
+ "pagePath": "subPackages/taskDetail/addTask/index"
},
{
- "iconPath": "static/images/tabbar/icon_home.png",
- "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+ "iconPath": "static/images/tabbar/mainLogo.png",
+ "visible": "true"
+ },
+ {
+ "iconPath": "static/images/tabbar/icon_order.svg",
+ "selectedIconPath": "static/images/tabbar/icon_order_selected.svg",
"pagePath": "pages/work/index",
- "text": "事件工单"
+ "text": "工单"
},
{
- "iconPath": "static/images/tabbar/icon_me.png",
- "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
+ "iconPath": "static/images/tabbar/icon_me.svg",
+ "selectedIconPath": "static/images/tabbar/icon_me_selected.svg",
"pagePath": "pages/user/index",
"text": "我的"
}
--
Gitblit v1.9.3