|
@@ -5,6 +5,7 @@ import Index from '@/view/resource/index'
|
|
import Synch from '@/view/resource/resourceindex/synchronization.vue'
|
|
import Synch from '@/view/resource/resourceindex/synchronization.vue'
|
|
import Library from '@/view/resource/resourceindex/library.vue'
|
|
import Library from '@/view/resource/resourceindex/library.vue'
|
|
import Details from '@/view/resource/resourceindex/details.vue'
|
|
import Details from '@/view/resource/resourceindex/details.vue'
|
|
|
|
+import Videodetails from '@/view/resource/resourceindex/videodetails.vue'
|
|
import Activity from '@/view/resource/activity'
|
|
import Activity from '@/view/resource/activity'
|
|
import HomePage from '@/view/resource/HomePage'
|
|
import HomePage from '@/view/resource/HomePage'
|
|
import Teacher from '@/view/resource/Teacher'
|
|
import Teacher from '@/view/resource/Teacher'
|
|
@@ -17,6 +18,7 @@ export const routes = [
|
|
{ name: 'synch', path: '/synch', component: Synch },
|
|
{ name: 'synch', path: '/synch', component: Synch },
|
|
{ name: 'library', path: '/library', component: Library },
|
|
{ name: 'library', path: '/library', component: Library },
|
|
{ name: 'details', path: '/details', component: Details },
|
|
{ name: 'details', path: '/details', component: Details },
|
|
|
|
+ { name: 'videodetails', path: '/videodetails', component: Videodetails },
|
|
{ name: 'activity', path: '/activity', component: Activity},
|
|
{ name: 'activity', path: '/activity', component: Activity},
|
|
{ name: 'HomePage', path: '/HomePage', component: HomePage },
|
|
{ name: 'HomePage', path: '/HomePage', component: HomePage },
|
|
{ name: 'Teacher', path: '/Teacher', component: Teacher },
|
|
{ name: 'Teacher', path: '/Teacher', component: Teacher },
|