|
|
@@ -1,8 +1,3 @@
|
|
|
-const Chat = () => import('views/chat/Chat')
|
|
|
-const ChatIndex = () => import('views/chat/ChatIndex')
|
|
|
-const Login = () => import('views/Login')
|
|
|
-const Register = () => import('views/Register')
|
|
|
-const Forgot = () => import('views/Forgot')
|
|
|
const Index = () => import('views/vod/Index')
|
|
|
const ShareVideo = () => import('views/home/ShareVideo')
|
|
|
|
|
|
@@ -17,7 +12,6 @@ const AudioPage = () => import('views/home/AudioPage')
|
|
|
const ImagePage = () => import('views/home/ImagePage')
|
|
|
const PlaylistIndex = () => import('views/home/PlaylistIndex')
|
|
|
const PlaylistView = () => import('views/home/PlaylistView')
|
|
|
-const Discover = () => import('views/home/Discover')
|
|
|
|
|
|
export default {
|
|
|
path: '/vod',
|
|
|
@@ -96,12 +90,6 @@ export default {
|
|
|
name: 'ShareVideo',
|
|
|
component: ShareVideo,
|
|
|
meta: { needAuth: false }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/vod/discover',
|
|
|
- name: 'Discover',
|
|
|
- component: Discover,
|
|
|
- meta: { needAuth: false }
|
|
|
}
|
|
|
]
|
|
|
}
|