接入店铺列表数据

This commit is contained in:
2026-03-20 17:51:59 +08:00
parent 13811ae87d
commit 944bdd5294
5 changed files with 640 additions and 2 deletions

View File

@@ -244,6 +244,15 @@ export const routes: RouteRecord[] = [
},
// ========== 店铺模块 ==========
{
id: 'shop_admin_list',
title: '店铺列表',
path: '/pages/mall/admin/shop/shop-manage',
componentKey: 'ShopAdminList',
parentId: 'shop',
groupId: 'shop-manage',
order: 1
},
{
id: 'shop_manage',
title: '我的店铺',
@@ -251,7 +260,7 @@ export const routes: RouteRecord[] = [
componentKey: 'ShopManage',
parentId: 'shop',
groupId: 'shop-manage',
order: 1
order: 2
},
{
id: 'shop_create',
@@ -261,7 +270,7 @@ export const routes: RouteRecord[] = [
parentId: 'shop',
groupId: 'shop-manage',
hidden: true,
order: 2
order: 3
},
// ========== 用户模块 ==========