From 28828f349a6af71d291dd54ee66e08ee90e27e8a Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 12 十一月 2024 14:27:57 +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