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:语音通话

---
 applications/mobile-web-view/src/router/page/index.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/applications/mobile-web-view/src/router/page/index.js b/applications/mobile-web-view/src/router/page/index.js
index 2008d2d..eb93a61 100644
--- a/applications/mobile-web-view/src/router/page/index.js
+++ b/applications/mobile-web-view/src/router/page/index.js
@@ -47,7 +47,11 @@
 				path: 'defaultMap',
 				name: '地图',
 				component: () => import('@/appPages/Map/index.vue'),
-				meta: { title: '地图'},
+				meta: {
+					keepAlive: true,
+					isTab: false,
+					isAuth: false,
+				},
 			},
 			{
 				path: 'QrCodeScanner',
@@ -108,7 +112,11 @@
 				path: 'voiceCallDetail',
 				name: '语音通话',
 				component: () => import('@/appPages/voiceCallDetail/index.vue'),
-				meta: { title: '语音通话'},
+				meta: {
+					keepAlive: true,
+					isTab: false,
+					isAuth: false,
+				},
 			},
 		],
 	},

--
Gitblit v1.9.3