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

---
 customer_list/ch/static/config/route.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js
index 0c7c85d..9a978d3 100644
--- a/customer_list/ch/static/config/route.js
+++ b/customer_list/ch/static/config/route.js
@@ -1,5 +1,4 @@
 window.route = [
-
 	{
 		name: 'Home',
 		isKeepAlive: true,
@@ -7,6 +6,7 @@
 		path: '/home',
 		component: '/project/ch/home/Home.vue',
 		redirect: null,
+		showTitle: false,
 	},
 	{
 		name: 'Scenario',
@@ -15,6 +15,6 @@
 		path: '/Scenario',
 		component: '/project/ch/home/Scenario.vue',
 		redirect: null,
-	}
-
+		showTitle: true,
+	},
 ];

--
Gitblit v1.9.3