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/static/images/tabbar/icon_speech_selected.png | 0
uniapps/work-app/src/static/images/tabbar/icon_speech.png | 0
uniapps/work-app/src/pages.json | 4 ++--
3 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": "语音通话"
},
diff --git a/uniapps/work-app/src/static/images/tabbar/icon_speech.png b/uniapps/work-app/src/static/images/tabbar/icon_speech.png
new file mode 100644
index 0000000..7912add
--- /dev/null
+++ b/uniapps/work-app/src/static/images/tabbar/icon_speech.png
Binary files differ
diff --git a/uniapps/work-app/src/static/images/tabbar/icon_speech_selected.png b/uniapps/work-app/src/static/images/tabbar/icon_speech_selected.png
new file mode 100644
index 0000000..64c0628
--- /dev/null
+++ b/uniapps/work-app/src/static/images/tabbar/icon_speech_selected.png
Binary files differ
--
Gitblit v1.9.3