diff --git a/src/router/index.js b/src/router/index.js index 9c7ee34..d1aa32b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -85,6 +85,17 @@ export const constantRoutes = [ } ] }, + { + path: '/payback', + component: Layout, + children: [ + { + path: 'index', + component: () => import('@/views/payback/index'), + meta: { title: '欠费补缴', icon: 'nested' } + } + ] + }, { path: '/mycar', diff --git a/src/views/payback/index.vue b/src/views/payback/index.vue new file mode 100644 index 0000000..9b31717 --- /dev/null +++ b/src/views/payback/index.vue @@ -0,0 +1,184 @@ + + + + + + + + + + + + 查询 + + + + + + + 订单详情 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
订单详情