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 | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js index 6d47580..1bed711 100644 --- a/customer_list/ch/static/config/route.js +++ b/customer_list/ch/static/config/route.js @@ -1,20 +1,30 @@ 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, }, @@ -40,12 +50,12 @@ { name: 'AskAnswer', - isKeepAlive: false, + isKeepAlive: true, isAffix: false, path: '/ask_answer', component: '/project/ch/askAnswer/AskAnswer.vue', redirect: null, - showTitle: true, + showTitle: false, } ]; -- Gitblit v1.9.3