接入店铺列表数据

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

@@ -21,6 +21,7 @@ import UserCenter from '@/pages/mall/admin/userCenter/index.uvue'
// --- 店铺模块 ---
import ShopManage from '@/pages/mall/admin/shop/manage.uvue'
import ShopCreate from '@/pages/mall/admin/shop/create.uvue'
import ShopAdminList from '@/pages/mall/admin/shop/shop-manage.uvue'
// --- 用户模块 ---
import UserStatistic from '@/pages/mall/admin/user/statistics/index.uvue'
@@ -192,6 +193,7 @@ export const componentMap: Map<string, any> = new Map([
// 店铺模块
['ShopManage', ShopManage],
['ShopCreate', ShopCreate],
['ShopAdminList', ShopAdminList],
// 用户模块
['UserStatistic', UserStatistic],