diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 93b24c50..b8828b53 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ name: 'DiyTemplateDecorate', meta: { title: '模板装修', - noCache: true, + noCache: false, hidden: true, activeMenu: '/mall/promotion/diy-template/diy-template' }, @@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ name: 'DiyPageDecorate', meta: { title: '页面装修', - noCache: true, + noCache: false, hidden: true, activeMenu: '/mall/promotion/diy-template/diy-page' },