From 80f3f783663cd6188e8276ee8500c6bc44e2ce9c Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期四, 27 六月 2024 15:58:41 +0800
Subject: [PATCH] fix: 修改路由的页面

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

diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js
index 2d450da..ced0b8d 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: false,
@@ -7,6 +6,7 @@
 		path: '/home',
 		component: '/project/ch/home/Home.vue',
 		redirect: null,
+		showTitle: false,
 	},
 	{
 		name: 'Scenario',
@@ -15,6 +15,7 @@
 		path: '/Scenario',
 		component: '/project/ch/home/Scenario.vue',
 		redirect: null,
+		showTitle: true,
 	},
 	{
 		name: 'AboutUs',
@@ -23,6 +24,7 @@
 		path: '/AboutUs',
 		component: '/project/ch/home/AboutUs.vue',
 		redirect: null,
+		showTitle: true,
 	}
 
 ];

--
Gitblit v1.9.3