From c6e3c33979ab6ed1aa6a834f39c85356320c0f93 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期五, 19 七月 2024 23:02:11 +0800
Subject: [PATCH] 语音对话

---
 src/router/pathMap.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/pathMap.ts b/src/router/pathMap.ts
index af4f767..7877e42 100644
--- a/src/router/pathMap.ts
+++ b/src/router/pathMap.ts
@@ -1,4 +1,3 @@
-
 /**
  * 閰嶇疆绫诲瀷涓鸿彍鍗曠殑璺敱閰嶇疆
  * name 涓虹粍浠跺悕锛宯ame涓嶈兘閲嶅锛岄噸澶嶅彲鑳芥壘涓嶅埌
@@ -12,6 +11,7 @@
 	path: String;
 	component: String;
 	redirect?: String;
+	showTitle:boolean;
 };
 
 const pathArr = window.route;

--
Gitblit v1.9.3