Skip to content

Commit bd640ae

Browse files
author
LAPTOP-CNV4CMCJ\cheng
committed
新增订单管理页面
1 parent e60b412 commit bd640ae

File tree

2 files changed

+473
-0
lines changed

2 files changed

+473
-0
lines changed

src/router/index.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,21 @@ export const constantRoutes = [
196196
meta: {title: '流程详情', activeMenu: '/bpm/task/my'}
197197
}
198198
]
199+
},
200+
{
201+
path: '/order',
202+
component: Layout,
203+
name: '订单管理',
204+
meta: { title: '订单管理' },
205+
alwaysShow: true,
206+
children: [
207+
{
208+
path: '/order/goods-order',
209+
name: '商品订单',
210+
meta: { title: '商品订单' },
211+
component: (resolve) => require(['@/views/order/goodsOrder'], resolve)
212+
}
213+
]
199214
}
200215
]
201216

0 commit comments

Comments
 (0)