From 50d3097c6a6afc03b9555b44bc7f08e461ac9b06 Mon Sep 17 00:00:00 2001 From: lipengcheng <3066788796@qq.com> Date: Thu, 10 Jul 2025 17:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ++++++------ unpackage/dist/dev/mp-weixin/app.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages.json b/pages.json index e74c6a8..5862148 100644 --- a/pages.json +++ b/pages.json @@ -46,20 +46,20 @@ "list": [ { "pagePath": "pages/tabBar/msg/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/消息-灰.png", + "selectedIconPath": "static/img/消息.png", "text": "消息" }, { "pagePath": "pages/tabBar/work/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/工作-灰.png", + "selectedIconPath": "static/img/工作.png", "text": "工作" }, { "pagePath": "pages/tabBar/mine/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/我的-灰.png", + "selectedIconPath": "static/img/我的.png", "text": "我的" } ] diff --git a/unpackage/dist/dev/mp-weixin/app.json b/unpackage/dist/dev/mp-weixin/app.json index e95a857..94c71af 100644 --- a/unpackage/dist/dev/mp-weixin/app.json +++ b/unpackage/dist/dev/mp-weixin/app.json @@ -20,20 +20,20 @@ "list": [ { "pagePath": "pages/tabBar/msg/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/消息-灰.png", + "selectedIconPath": "static/img/消息.png", "text": "消息" }, { "pagePath": "pages/tabBar/work/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/工作-灰.png", + "selectedIconPath": "static/img/工作.png", "text": "工作" }, { "pagePath": "pages/tabBar/mine/index", - "iconPath": "static/img/处理.png", - "selectedIconPath": "static/img/处理.png", + "iconPath": "static/img/我的-灰.png", + "selectedIconPath": "static/img/我的.png", "text": "我的" } ]