From ea53838c8ba303cea39b23732f245efde987822c Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 25 九月 2024 11:07:05 +0800
Subject: [PATCH] 默认 chartType

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