From 80f3f783663cd6188e8276ee8500c6bc44e2ce9c Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期四, 27 六月 2024 15:58:41 +0800
Subject: [PATCH] fix: 修改路由的页面

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

diff --git a/src/router/pathMap.ts b/src/router/pathMap.ts
index af4f767..8a14d96 100644
--- a/src/router/pathMap.ts
+++ b/src/router/pathMap.ts
@@ -12,6 +12,7 @@
 	path: String;
 	component: String;
 	redirect?: String;
+	showTitle:boolean;
 };
 
 const pathArr = window.route;

--
Gitblit v1.9.3