From d00634b12c1181153ac534e079978df4bf0c4353 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期一, 01 七月 2024 11:53:15 +0800
Subject: [PATCH] lastElementChild

---
 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