接入店铺列表数据
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user