From 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 16:38:00 +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