|
@@ -8,8 +8,12 @@ const Home = () => import('@/views/Home');
|
|
|
// 首页
|
|
|
const Main = () => import('@/views/main/main');
|
|
|
|
|
|
- // 个人中心
|
|
|
- const Personal = () => import('@/views/personal/personal');
|
|
|
+// 个人中心
|
|
|
+const Personal = () => import('@/views/personal/personal');
|
|
|
+
|
|
|
+// 充值记录
|
|
|
+const customerRechargeMoney = () => import('@/views/customerRechargeMoney/customerRechargeMoney');
|
|
|
+
|
|
|
// 个人中心
|
|
|
const Customer = () => import('@/views/customer/Customer');
|
|
|
const CustomerRecharge = () => import('@/views/customer/customerRecharge');
|
|
@@ -35,12 +39,11 @@ const selfInvoice = () => import('@/views/selfCar/invoice.vue');
|
|
|
const selfCarTradeException = () => import('@/views/selfCar/selfCarTradeException.vue');
|
|
|
const SelfCalculateInfo = () => import('@/views/selfCar/calculateInfo.vue');
|
|
|
|
|
|
-
|
|
|
-//平台菜单部分
|
|
|
+// 平台菜单部分
|
|
|
|
|
|
// 发票管理部分(企业注册部分)
|
|
|
const Check = () => import('@/views/platform/check/check');
|
|
|
-//自有车
|
|
|
+// 自有车
|
|
|
const Apply = () => import('@/views/platform/apply/apply');
|
|
|
const Already = () => import('@/views/platform/apply/already');
|
|
|
const Packaging = () => import('@/views/platform/apply/packaging');
|
|
@@ -80,8 +83,11 @@ const router = new Router({
|
|
|
children: [
|
|
|
// 首页
|
|
|
{ name: 'Main', path: '/main', component: Main },
|
|
|
- //个人中心
|
|
|
- {name: 'Personal', path: '/personal',component: Personal},
|
|
|
+ // 个人中心
|
|
|
+ { name: 'Personal', path: '/personal', component: Personal },
|
|
|
+ // 充值记录
|
|
|
+ { name: 'customerRechargeMoney', path: '/customerRechargeMoney', component: customerRechargeMoney },
|
|
|
+
|
|
|
// 客户管理
|
|
|
{ name: 'Customer', path: '/customer', component: Customer },
|
|
|
{ name: 'customerRecharge', path: '/CustomerRecharge', component: CustomerRecharge },
|
|
@@ -96,7 +102,7 @@ const router = new Router({
|
|
|
{ name: 'billwayException', path: '/billwayException', component: billwayException },
|
|
|
{ name: 'noCarCalculateInfo', path: '/noCarCalculateInfo', component: noCarCalculateInfo },
|
|
|
{ name: 'noCarCalculateInfoStatis', path: '/noCarCalculateInfoStatis', component: noCarCalculateInfoStatis },
|
|
|
-
|
|
|
+
|
|
|
{ name: 'hcInvoice', path: '/hcInvoice', component: hcInvoice },
|
|
|
// 自有车部分
|
|
|
{ name: 'selfcarRec', path: '/selfcarRec', component: selfcarRec },
|
|
@@ -105,29 +111,29 @@ const router = new Router({
|
|
|
{ name: 'selfCarTradeException', path: '/selfCarTradeException', component: selfCarTradeException },
|
|
|
{ name: 'SelfCalculateInfo', path: '/SelfCalculateInfo', component: SelfCalculateInfo },
|
|
|
|
|
|
- //平台菜单部分
|
|
|
- {name: 'Check', path: '/check', component: Check},
|
|
|
+ // 平台菜单部分
|
|
|
+ { name: 'Check', path: '/check', component: Check },
|
|
|
|
|
|
- {name: 'Apply', path: '/apply', component: Apply},
|
|
|
- {name: 'Already', path: '/already', component: Already},
|
|
|
- {name: 'Packaging', path: '/packaging', component: Packaging},
|
|
|
- {name: 'selfCarTradeP', path: '/selfCarTradeP', component: selfCarTradeP},
|
|
|
- {name: 'Carbinding', path: '/carbinding', component: Carbinding},
|
|
|
- {name: 'Carbindinglist', path: '/carbindinglist', component: Carbindinglist},
|
|
|
+ { name: 'Apply', path: '/apply', component: Apply },
|
|
|
+ { name: 'Already', path: '/already', component: Already },
|
|
|
+ { name: 'Packaging', path: '/packaging', component: Packaging },
|
|
|
+ { name: 'selfCarTradeP', path: '/selfCarTradeP', component: selfCarTradeP },
|
|
|
+ { name: 'Carbinding', path: '/carbinding', component: Carbinding },
|
|
|
+ { name: 'Carbindinglist', path: '/carbindinglist', component: Carbindinglist },
|
|
|
|
|
|
- {name: 'Carupload', path: '/carupload', component: Carupload},
|
|
|
- {name: 'Carsuccess', path: '/carsuccess', component: Carsuccess},
|
|
|
+ { name: 'Carupload', path: '/carupload', component: Carupload },
|
|
|
+ { name: 'Carsuccess', path: '/carsuccess', component: Carsuccess },
|
|
|
|
|
|
- {name: 'Waybill', path: '/waybill', component: Waybill},
|
|
|
- {name: 'Over', path: '/over', component: Over},
|
|
|
- {name: 'History', path: '/history', component: History},
|
|
|
+ { name: 'Waybill', path: '/waybill', component: Waybill },
|
|
|
+ { name: 'Over', path: '/over', component: Over },
|
|
|
+ { name: 'History', path: '/history', component: History },
|
|
|
|
|
|
- {name: 'WaybillList', path: '/waybillList', component: WaybillList},
|
|
|
- {name: 'Noinvoice', path: '/noinvoice', component: Noinvoice},
|
|
|
- {name: 'Trueinvoice', path: '/trueinvoice', component: Trueinvoice},
|
|
|
+ { name: 'WaybillList', path: '/waybillList', component: WaybillList },
|
|
|
+ { name: 'Noinvoice', path: '/noinvoice', component: Noinvoice },
|
|
|
+ { name: 'Trueinvoice', path: '/trueinvoice', component: Trueinvoice },
|
|
|
|
|
|
- {name: 'Invoice', path: '/invoice', component: Invoice},
|
|
|
- {name: 'List', path: '/list', component: List},
|
|
|
+ { name: 'Invoice', path: '/invoice', component: Invoice },
|
|
|
+ { name: 'List', path: '/list', component: List },
|
|
|
// 参数管理
|
|
|
{ name: 'paramMagager', path: '/paramMagager', component: paramMagager }
|
|
|
]
|