From 92d65447c6681635068b212fc5d9f72c8a665d2c Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期二, 08 四月 2025 11:51:08 +0800
Subject: [PATCH] macao

---
 customer_list/ch/static/config/route.js |   68 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 2 deletions(-)

diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js
index 2d450da..820d605 100644
--- a/customer_list/ch/static/config/route.js
+++ b/customer_list/ch/static/config/route.js
@@ -1,13 +1,34 @@
 window.route = [
-
 	{
 		name: 'Home',
-		isKeepAlive: false,
+		isKeepAlive: true,
 		isAffix: false,
 		path: '/home',
 		component: '/project/ch/home/Home.vue',
 		redirect: null,
+		showTitle: false,
 	},
+	
+	{
+		name: 'WorkspaceSituation',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/workspace/situation',
+		component: '/project/ch/workspace/situation/index.vue',
+		redirect: null,
+		showTitle: true,
+	},
+	
+	{
+		name: 'GisSituation',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/gis/situation',
+		component: '/project/ch/gis/situation/index.vue',
+		redirect: null,
+		showTitle: true,
+	},
+	//搴旂敤鍦烘櫙(涓诲満鏅牴鎹綋鍓岻D鏄剧ず娆″満鏅�)
 	{
 		name: 'Scenario',
 		isKeepAlive: false,
@@ -15,6 +36,27 @@
 		path: '/Scenario',
 		component: '/project/ch/home/Scenario.vue',
 		redirect: null,
+		showTitle: true,
+	},
+	//搴旂敤鍦烘櫙(涓诲満鏅樉绀烘墍鏈夌殑娆″満鏅�)
+	{
+		name: 'AllScenario',
+		isKeepAlive: false,
+		isAffix: false,
+		path: '/AllScenario',
+		component: '/project/ch/home/AllScenario.vue',
+		redirect: null,
+		showTitle: true,
+	},
+	//搴旂敤鍦烘櫙璇︽儏
+	{
+		name: 'ScenarioDetails',
+		isKeepAlive: false,
+		isAffix: false,
+		path: '/usage_scenario/detail',
+		component: '/project/ch/home/ScenarioDetails.vue',
+		redirect: null,
+		showTitle: true,
 	},
 	{
 		name: 'AboutUs',
@@ -23,6 +65,28 @@
 		path: '/AboutUs',
 		component: '/project/ch/home/AboutUs.vue',
 		redirect: null,
+		showTitle: true,
+	},
+
+	{
+		name: 'AskAnswer',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/ask_answer',
+		component: '/project/ch/askAnswer/AskAnswer.vue',
+		redirect: null,
+		showTitle: true,
+	},
+	{
+		name:'ShareAnswer',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/share',
+		component: '/project/ch/askAnswer/AskAnswer.vue',
+		redirect: null,
+		showTitle: false,
 	}
 
 ];
+
+

--
Gitblit v1.9.3