From 450dc8a1e4e0d643817ffd0eee04b938cc84af74 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 07 Nov 2025 15:23:09 +0800
Subject: [PATCH] feat:修改密码成功清除记住密码
---
src/pages.json | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 75eef15..49e545b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -158,34 +158,34 @@
"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": "任务"
},
{
- "iconPath": "static/images/tabbar/add-task.svg",
+ "iconPath": "static/images/tabbar/add.png",
"pagePath": "subPackages/taskDetail/addTask/index"
},
{
- "iconPath": "static/images/tabbar/mainLogo.png",
+ "iconPath": "static/images/tabbar/drone.png",
"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