Commit 41473c5b authored by zhengke's avatar zhengke

增加

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