|
@@ -11,9 +11,9 @@ const balance = () => import('@/pages/subPages/balance');
|
|
|
// const Message = () => import('@/pages/subPages/message');
|
|
|
const View = () => import('@/pages/subPages/view');
|
|
|
// 油卡充值
|
|
|
-// const OilCard = () => import('@/pages/subPages/oilCard');
|
|
|
+const OilCard = () => import('@/pages/subPages/oilCard');
|
|
|
// 手机卡充值
|
|
|
-// const MobileCard = () => import('@/pages/subPages/mobileCard');
|
|
|
+const MobileCard = () => import('@/pages/subPages/mobileCard');
|
|
|
// 接口文档
|
|
|
const InterfaceDoc = () => import('@/pages/subPages/interfaceDoc')
|
|
|
// 对账管理
|
|
@@ -75,17 +75,17 @@ Vue.use(VueRouter)
|
|
|
component:View
|
|
|
},
|
|
|
// 油卡充值
|
|
|
- // {
|
|
|
- // path:'/oilCard',
|
|
|
- // name:'oilCard',
|
|
|
- // component:OilCard
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path:'/oilCard',
|
|
|
+ name:'oilCard',
|
|
|
+ component:OilCard
|
|
|
+ },
|
|
|
// // 话费充值
|
|
|
- // {
|
|
|
- // path:'/mobileCard',
|
|
|
- // name:'mobileCard',
|
|
|
- // component:MobileCard
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path:'/mobileCard',
|
|
|
+ name:'mobileCard',
|
|
|
+ component:MobileCard
|
|
|
+ },
|
|
|
// 权益提单
|
|
|
{
|
|
|
path:'/equity',
|