From 5caade42359b14cc1da17f41e6f01dfc4a6668e2 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 29 十月 2024 09:38:19 +0800 Subject: [PATCH] 修改办公助手和知识切换高度塌陷问题 --- customer_list/ch/static/config/route.js | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js index ced0b8d..1bed711 100644 --- a/customer_list/ch/static/config/route.js +++ b/customer_list/ch/static/config/route.js @@ -1,19 +1,40 @@ window.route = [ { name: 'Home', - isKeepAlive: false, + isKeepAlive: true, isAffix: false, path: '/home', component: '/project/ch/home/Home.vue', redirect: null, showTitle: false, }, + //搴旂敤鍦烘櫙(涓诲満鏅牴鎹綋鍓岻D鏄剧ず娆″満鏅�) { name: 'Scenario', isKeepAlive: false, isAffix: false, 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, }, @@ -25,6 +46,16 @@ 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: false, } ]; -- Gitblit v1.9.3