Commit b7953a58 authored by 黄奎's avatar 黄奎

新增单卖机票页面

parent 66d5d567
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1419,6 +1419,14 @@ export default {
title: '机票列表'
},
},
{
path: '/SingleTicketManager', //单卖机票列表
name: 'SingleTicketManager',
component: resolve => require(['@/components/Ticketing/SingleTicketManager'], resolve),
meta: {
title: '单卖机票列表'
},
},
{
path: '/individualTicket', //散客机票
name: 'individualTicket',
......
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