From baa2c23820bbd290c34f8f3ec72ad250296454fc Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 14 Jan 2026 09:56:56 +0800
Subject: [PATCH] feat:语音通话
---
uniapps/work-app/src/pages.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/uniapps/work-app/src/pages.json b/uniapps/work-app/src/pages.json
index 595286e..e1d4960 100644
--- a/uniapps/work-app/src/pages.json
+++ b/uniapps/work-app/src/pages.json
@@ -63,6 +63,13 @@
}
},
{
+ "path": "voiceCallDetail/index",
+ "style": {
+ "navigationBarTitleText": "通话详情"
+
+ }
+ },
+ {
"path": "workDetail/mapWork/index",
"style": {
"navigationBarTitleText": "工单位置"
--
Gitblit v1.9.3