From 5c8a59c4ed5c5f24f93fa10ada21f3501fea220f Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 23 七月 2024 17:54:21 +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