Commit 91cbc84b authored by jiaorz's avatar jiaorz

后台活动订单列表

parent 8c63caac
import fetch from 'utils/fetch';
export function page(query) {
return fetch({
url: '/api/order/order/activity/getAll',
method: 'get',
params:query
});
}
\ No newline at end of file
...@@ -483,7 +483,13 @@ export const asyncRouterMap = [{ ...@@ -483,7 +483,13 @@ export const asyncRouterMap = [{
component: _import('order/createOrder/index'), component: _import('order/createOrder/index'),
name: '创建租车订单', name: '创建租车订单',
authority: 'createOrder' authority: 'createOrder'
} },
{
path: 'orderActiveInfo',
component: _import('order/orderActiveInfo/index'),
name: '活动订单管理',
authority: 'orderActiveInfo'
},
] ]
}, },
{ {
......
This diff is collapsed.
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