fix:【商城】模版装修、页面装修,禁用 cache

This commit is contained in:
YunaiV 2025-05-01 19:43:02 +08:00
parent 2c8f1626ec
commit 8c4e1b7c72

View File

@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
name: 'DiyTemplateDecorate', name: 'DiyTemplateDecorate',
meta: { meta: {
title: '模板装修', title: '模板装修',
noCache: true, noCache: false,
hidden: true, hidden: true,
activeMenu: '/mall/promotion/diy-template/diy-template' activeMenu: '/mall/promotion/diy-template/diy-template'
}, },
@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
name: 'DiyPageDecorate', name: 'DiyPageDecorate',
meta: { meta: {
title: '页面装修', title: '页面装修',
noCache: true, noCache: false,
hidden: true, hidden: true,
activeMenu: '/mall/promotion/diy-template/diy-page' activeMenu: '/mall/promotion/diy-template/diy-page'
}, },