From d8f3a01bd8bfcda020e71fa07cc958c8f1e0dfcc Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 20 九月 2024 13:26:05 +0800 Subject: [PATCH] isAffix:true --- customer_list/yw/static/config/route.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index b10304e..c43ce4a 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -2,14 +2,14 @@ { name: 'AmisEditor', isKeepAlive: true, - isAffix: true, + isAffix: false, path: '/amisEditor', component: '/project/yw/lowCode/amis/AmisEditor.vue', }, { name: 'DimensionMgr', isKeepAlive: true, - isAffix: true, + isAffix: false, path: '/dimensionMgr', component: '/project/yw/systemManage/dimensionMgr/DimensionMgr.vue', }, -- Gitblit v1.9.3