From f0f4eda13c9a1f19ff95dd0f25cc89b13f5b5f39 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 15 七月 2024 11:34:42 +0800 Subject: [PATCH] fix: 添加全部的应用场景 --- customer_list/ch/static/config/route.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js index 3121aec..1bed711 100644 --- a/customer_list/ch/static/config/route.js +++ b/customer_list/ch/static/config/route.js @@ -8,7 +8,7 @@ redirect: null, showTitle: false, }, - //搴旂敤鍦烘櫙 + //搴旂敤鍦烘櫙(涓诲満鏅牴鎹綋鍓岻D鏄剧ず娆″満鏅�) { name: 'Scenario', isKeepAlive: false, @@ -18,6 +18,16 @@ redirect: null, showTitle: true, }, + //搴旂敤鍦烘櫙(涓诲満鏅樉绀烘墍鏈夌殑娆″満鏅�) + { + name: 'AllScenario', + isKeepAlive: false, + isAffix: false, + path: '/AllScenario', + component: '/project/ch/home/AllScenario.vue', + redirect: null, + showTitle: true, + }, //搴旂敤鍦烘櫙璇︽儏 { name: 'ScenarioDetails', -- Gitblit v1.9.3