From f6dcf75fafffe0634804389b22663882db414363 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 27 六月 2024 15:55:38 +0800 Subject: [PATCH] showTitle --- 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