From f0ddfaaf6059af0b28ebf49d8751eee8d0b02f1b Mon Sep 17 00:00:00 2001 From: zmrid <514224717@qq.com> Date: Wed, 15 Feb 2023 14:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A5=E8=89=BA=E8=B7=AF?= =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E7=94=B1=E5=88=B7=E6=96=B0=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3https://gitee.com/ZM-Rid/imes/issues/I6ES1X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iMES.Vue3/src/router/viewGird.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iMES.Vue3/src/router/viewGird.js b/iMES.Vue3/src/router/viewGird.js index 460dd1f..e812840 100644 --- a/iMES.Vue3/src/router/viewGird.js +++ b/iMES.Vue3/src/router/viewGird.js @@ -68,11 +68,17 @@ let viewgird = [ } ,{ path: '/Base_ProcessLine', name: 'Base_ProcessLine', - component: () => import('@/views/custom/custom/Base_ProcessLine.vue') + component: () => import('@/views/custom/custom/Base_ProcessLine.vue'), + meta:{ + keepAlive:false + } } ,{ path: '/Base_ProcessLineList', name: 'Base_ProcessLineList', - component: () => import('@/views/custom/custom/Base_ProcessLineList.vue') + component: () => import('@/views/custom/custom/Base_ProcessLineList.vue'), + meta:{ + keepAlive:false + } } ,{ path: '/Base_MeritPay', name: 'Base_MeritPay',