From 1f6fb0ce69738bdfea45273ccf6884a949359f6b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 17:55:56 +0800
Subject: [PATCH] 进销存升级app 1.底部操作栏图标修改

---
 src/pages.json |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 8d715d0..044361a 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1197,25 +1197,25 @@
       {
         "pagePath": "pages/index",
         "iconPath": "static/images/tabbar/home.png",
-        "selectedIconPath": "static/images/tabbar/home_.png",
+        "selectedIconPath": "static/images/tabbar/homeBlue.png",
         "text": "棣栭〉"
       },
       {
         "pagePath": "pages/works",
-        "iconPath": "static/images/tabbar/home.png",
-        "selectedIconPath": "static/images/tabbar/home_.png",
+        "iconPath": "static/images/tabbar/work.png",
+        "selectedIconPath": "static/images/tabbar/workBlue.png",
         "text": "宸ヤ綔鍙�"
       },
       {
         "pagePath": "pages/message",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
+        "iconPath": "static/images/tabbar/new.png",
+        "selectedIconPath": "static/images/tabbar/newBlue.png",
         "text": "娑堟伅"
       },
       {
         "pagePath": "pages/mine",
-        "iconPath": "static/images/tabbar/mine.png",
-        "selectedIconPath": "static/images/tabbar/mine_.png",
+        "iconPath": "static/images/tabbar/my.png",
+        "selectedIconPath": "static/images/tabbar/myBlue.png",
         "text": "鎴戠殑"
       }
     ]

--
Gitblit v1.9.3