Commit 09e2dd61 authored by guoyou's avatar guoyou

会员订单

parent 20d8d168
...@@ -427,12 +427,12 @@ export const asyncRouterMap = [{ ...@@ -427,12 +427,12 @@ export const asyncRouterMap = [{
name: '会员订单管理', name: '会员订单管理',
authority: 'memberOrderInfo' authority: 'memberOrderInfo'
}, },
// { {
// path: 'orderStatistics', path: 'orderStatistics',
// component: _import('order/orderStatistics/index'), component: _import('order/orderStatistics/index'),
// name: '会员订单统计', name: '会员订单统计',
// authority: 'orderStatistics' authority: 'orderStatistics'
// }, },
{ {
path: 'createOrder', path: 'createOrder',
component: _import('order/createOrder/index'), component: _import('order/createOrder/index'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment