feat:【商城】店铺装修-顶部导航,增加背景图片 750px 提示

This commit is contained in:
YunaiV
2025-04-30 23:27:46 +08:00
parent ef90faf77b
commit 415baa0763
3 changed files with 12 additions and 7 deletions

View File

@@ -478,7 +478,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '模板装修',
noCache: true,
hidden: true,
activeMenu: '/mall/promotion/diy/template'
activeMenu: '/mall/promotion/diy-template/diy-template'
},
component: () => import('@/views/mall/promotion/diy/template/decorate.vue')
},
@@ -489,7 +489,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '页面装修',
noCache: true,
hidden: true,
activeMenu: '/mall/promotion/diy/page'
activeMenu: '/mall/promotion/diy-template/diy-page'
},
component: () => import('@/views/mall/promotion/diy/page/decorate.vue')
}