From 5aeb8c60920f72382b57c81b3789b127a941f46a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 08 Nov 2025 17:48:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages.json | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 84e3cd9..49e545b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -158,14 +158,14 @@
"backgroundColor": "#ffffff",
"list": [
{
- "iconPath": "static/images/tabbar/icon_home.svg",
- "selectedIconPath": "static/images/tabbar/icon_home_selected.svg",
+ "iconPath": "static/images/tabbar/icon_home1.png",
+ "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
"pagePath": "pages/map/index",
"text": "地图"
},
{
- "iconPath": "static/images/tabbar/icon_list.svg",
- "selectedIconPath": "static/images/tabbar/icon_list_selected.svg",
+ "iconPath": "static/images/tabbar/icon_list.png",
+ "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
"pagePath": "pages/inspectionTask/index",
"text": "任务"
},
@@ -178,14 +178,14 @@
"visible": "true"
},
{
- "iconPath": "static/images/tabbar/icon_order.svg",
- "selectedIconPath": "static/images/tabbar/icon_order_selected.svg",
+ "iconPath": "static/images/tabbar/icon_order.png",
+ "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
"pagePath": "pages/work/index",
"text": "工单"
},
{
- "iconPath": "static/images/tabbar/icon_me.svg",
- "selectedIconPath": "static/images/tabbar/icon_me_selected.svg",
+ "iconPath": "static/images/tabbar/icon_me.png",
+ "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
"pagePath": "pages/user/index",
"text": "我的"
}
--
Gitblit v1.9.3