Commit 8c4e1b7c by YunaiV

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

parent 2c8f1626
...@@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ ...@@ -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[] = [ ...@@ -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'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment