Commit c34ca821 authored by jiaorz's avatar jiaorz

123

parent ff8ddcb6
...@@ -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