Skip to content

Commit 8c4e1b7

Browse files
committed
fix:【商城】模版装修、页面装修,禁用 cache
1 parent 2c8f162 commit 8c4e1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/router/modules/remaining.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
476476
name: 'DiyTemplateDecorate',
477477
meta: {
478478
title: '模板装修',
479-
noCache: true,
479+
noCache: false,
480480
hidden: true,
481481
activeMenu: '/mall/promotion/diy-template/diy-template'
482482
},
@@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
487487
name: 'DiyPageDecorate',
488488
meta: {
489489
title: '页面装修',
490-
noCache: true,
490+
noCache: false,
491491
hidden: true,
492492
activeMenu: '/mall/promotion/diy-template/diy-page'
493493
},

0 commit comments

Comments
 (0)