mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix:【商城】模版装修、页面装修,禁用 cache
This commit is contained in:
parent
2c8f1626ec
commit
8c4e1b7c72
@ -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'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user