|
@@ -31,6 +31,7 @@ const billwayException = () => import('@/views/noCar/billwayException.vue');
|
|
|
const noCarCalculateInfo = () => import('@/views/noCar/calculateInfo.vue');
|
|
|
const noCarCalculateInfoStatis = () => import('@/views/noCar/calculateInfostatis.vue');
|
|
|
const hcInvoice = () => import('@/views/noCar/hcInvoice.vue');
|
|
|
+const mothaccount = () => import('@/views/noCar/mothaccount.vue');
|
|
|
// 自有车部分
|
|
|
|
|
|
const selfcarRec = () => import('@/views/selfCar/selfcarRec.vue');
|
|
@@ -104,6 +105,7 @@ const router = new Router({
|
|
|
{ name: 'noCarCalculateInfoStatis', path: '/noCarCalculateInfoStatis', component: noCarCalculateInfoStatis },
|
|
|
|
|
|
{ name: 'hcInvoice', path: '/hcInvoice', component: hcInvoice },
|
|
|
+ { name: 'mothaccount', path: '/mothaccount', component: mothaccount },
|
|
|
// 自有车部分
|
|
|
{ name: 'selfcarRec', path: '/selfcarRec', component: selfcarRec },
|
|
|
{ name: 'selfInvoice', path: '/selfInvoice', component: selfInvoice },
|