|
@@ -9,6 +9,7 @@ const MyRcmd = () => import('views/my/MyRcmd')
|
|
|
const MyMessage = () => import('views/my/MyMessage')
|
|
const MyMessage = () => import('views/my/MyMessage')
|
|
|
const MyVip = () => import('views/my/MyVip')
|
|
const MyVip = () => import('views/my/MyVip')
|
|
|
const MyWallet = () => import('views/my/MyWallet')
|
|
const MyWallet = () => import('views/my/MyWallet')
|
|
|
|
|
+const MyDevice = () => import('views/my/MyDevice')
|
|
|
|
|
|
|
|
// ********************************************************************************************************************
|
|
// ********************************************************************************************************************
|
|
|
// 稿件后台主页
|
|
// 稿件后台主页
|
|
@@ -63,6 +64,12 @@ export default {
|
|
|
name: 'MyContact',
|
|
name: 'MyContact',
|
|
|
component: MyContact,
|
|
component: MyContact,
|
|
|
meta: { title: '联系人', needAuth: true }
|
|
meta: { title: '联系人', needAuth: true }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/background/my/device',
|
|
|
|
|
+ name: 'MyDevice',
|
|
|
|
|
+ component: MyDevice,
|
|
|
|
|
+ meta: { title: '我的设备', needAuth: true }
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|