Commit 41473c5b authored by zhengke's avatar zhengke

增加

parent 3bd7db05
......@@ -148,6 +148,7 @@ module.exports = function( /* ctx */ ) {
'QCardActions',
'QCheckbox',
'QPagination',
'QRadio',
],
directives: [
......
This diff is collapsed.
......@@ -58,6 +58,11 @@ const routes = [{
component: () =>
import('pages/usercenter/orderlistInfo.vue')
},
{
path: '/passengerList/:id', //旅客名单
component: () =>
import('pages/usercenter/passengerList.vue')
},
{
path: '/register', //用户注册
component: () =>
......
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