We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f162 commit 8c4e1b7Copy full SHA for 8c4e1b7
src/router/modules/remaining.ts
@@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
476
name: 'DiyTemplateDecorate',
477
meta: {
478
title: '模板装修',
479
- noCache: true,
+ noCache: false,
480
hidden: true,
481
activeMenu: '/mall/promotion/diy-template/diy-template'
482
},
@@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
487
name: 'DiyPageDecorate',
488
489
title: '页面装修',
490
491
492
activeMenu: '/mall/promotion/diy-template/diy-page'
493
0 commit comments