Commit 8c4e1b7c by YunaiV

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

parent 2c8f1626
......@@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
name: 'DiyTemplateDecorate',
meta: {
title: '模板装修',
noCache: true,
noCache: false,
hidden: true,
activeMenu: '/mall/promotion/diy-template/diy-template'
},
......@@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
name: 'DiyPageDecorate',
meta: {
title: '页面装修',
noCache: true,
noCache: false,
hidden: true,
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