| | |
| | | import link from '../components/swichLabel/main4-link.vue' |
| | | import login from '../components/swichLabel/main5-login.vue' |
| | | import comment from '../components/swichLabel/main6-comment.vue' |
| | | import edit from '../components/swichLabel/edit.vue' |
| | | |
| | | import platformGroup from '../components/group/platformGroup.vue' |
| | | |
| | |
| | | import mdDetail from '../components/mini/mdDetail.vue' |
| | | import videoDetail from '../components/mini/box16-videoDetail.vue' |
| | | import videoList from '../components/mini/box14-video.vue' |
| | | |
| | | import videoMiniBox from '../components/iframe/videoMiniBox.vue' |
| | | |
| | | |
| | | export const asyncRouterMap = [{ |
| | |
| | | path: '/platform', |
| | | component: platform, |
| | | children: [ |
| | | // { |
| | | // path: '/', |
| | | // name: "videoList", |
| | | // component: videoList, |
| | | // }, |
| | | { |
| | | path: '/', |
| | | name: "platformGroup", |
| | | component: platformGroup, |
| | | }, |
| | | |
| | | { |
| | | path: '/videoDetail', |
| | | name: "videoDetail", |
| | | component: videoDetail, |
| | | }] |
| | | // { |
| | | // path: '/', |
| | | // name: "videoList", |
| | | // component: videoList, |
| | | // }, |
| | | { |
| | | path: '/', |
| | | name: "platformGroup", |
| | | component: platformGroup, |
| | | }, |
| | | |
| | | { |
| | | path: '/videoDetail', |
| | | name: "videoDetail", |
| | | component: videoDetail, |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/main3', |
| | |
| | | }, { |
| | | path: '/login', |
| | | component: login, |
| | | }, { |
| | | path: '/edit', |
| | | name: 'edit', |
| | | component: edit, |
| | | }, |
| | | ], |
| | | |
| | | |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/v', |
| | | component: videoMiniBox, |
| | | } |
| | | |
| | | ] |
| | | |