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

(cherry picked from commit 8c4e1b7c720c1229f437c2b8f1018ae9a6d17287)
This commit is contained in:
YunaiV
2025-05-14 15:18:24 +08:00
committed by dengqichen
parent 88636fdfec
commit fcc3f7928e
+2 -2
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'
}, },