引入订单数据
This commit is contained in:
@@ -79,7 +79,7 @@ export const topMenus: TopMenu[] = [
|
||||
id: 'order',
|
||||
title: '订单',
|
||||
icon: 'order',
|
||||
path: '/pages/mall/admin/order/list',
|
||||
path: '/pages/mall/admin/order/order-management/index',
|
||||
order: 3,
|
||||
groups: [
|
||||
{ id: 'order-manage', title: '', order: 1 }
|
||||
@@ -400,7 +400,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'order_list',
|
||||
title: '订单管理',
|
||||
path: '/pages/mall/admin/order/list',
|
||||
path: '/pages/mall/admin/order/order-management/index',
|
||||
componentKey: 'OrderList',
|
||||
parentId: 'order',
|
||||
groupId: 'order-manage',
|
||||
|
||||
Reference in New Issue
Block a user