📖 code review:店铺装修逻辑

This commit is contained in:
YunaiV
2023-12-20 23:01:09 +08:00
parent b86f082306
commit 9591ed7084
6 changed files with 32 additions and 12 deletions

View File

@ -472,7 +472,9 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: {
title: '模板装修',
noCache: true,
hidden: true
hidden: true,
// TODO @疯狂:建议 menu 那的 /mall/promotion/diy-template/diy-template 改成 /mall/promotion/diy/template
activeMenu: '/mall/promotion/diy-template/diy-template'
},
component: () => import('@/views/mall/promotion/diy/template/decorate.vue')
},
@ -482,7 +484,9 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: {
title: '页面装修',
noCache: true,
hidden: true
hidden: true,
// TODO @疯狂:建议 menu 那的 /mall/promotion/diy-template/diy-page 改成 /mall/promotion/diy/page
activeMenu: '/mall/promotion/diy-template/diy-page'
},
component: () => import('@/views/mall/promotion/diy/page/decorate.vue')
}