From fc9300c00c74a320a8229b1518d5db61fa3ef04c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 14 Jan 2026 14:27:56 +0800
Subject: [PATCH] feat:添加图标

---
 uniapps/work-app/src/pages.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uniapps/work-app/src/pages.json b/uniapps/work-app/src/pages.json
index 0e21c14..214fd79 100644
--- a/uniapps/work-app/src/pages.json
+++ b/uniapps/work-app/src/pages.json
@@ -110,8 +110,8 @@
         "text": "工单管理"
       },
       {
-        "iconPath": "static/images/tabbar/icon_order.png",
-        "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+        "iconPath": "static/images/tabbar/icon_speech.png",
+        "selectedIconPath": "static/images/tabbar/icon_speech_selected.png",
         "pagePath": "pages/voiceCall/index",
         "text": "语音通话"
       },

--
Gitblit v1.9.3