|
@@ -2,6 +2,8 @@
|
|
|
//import ServerSideLogin from '@/view/serverside/login'
|
|
|
// import HTTP404 from '@/view/404'
|
|
|
import Index from '@/view/resource/index'
|
|
|
+import Indexarea from '@/view/resource/indexarea.vue'
|
|
|
+import Indexschool from '@/view/resource/indexschool.vue'
|
|
|
import Synch from '@/view/resource/resourceindex/synchronization.vue'
|
|
|
import Library from '@/view/resource/resourceindex/library.vue'
|
|
|
import Details from '@/view/resource/resourceindex/details.vue'
|
|
@@ -20,6 +22,8 @@ import { resolve } from 'url';
|
|
|
|
|
|
export const routes = [
|
|
|
{ name: 'index', path: '/resource', component: Index },
|
|
|
+ { name: 'indexarea', path: '/arearesource', component: Indexarea },
|
|
|
+ { name: 'Indexschool', path: '/schoolresource', component: Indexschool },
|
|
|
{ name: 'synch', path: '/synch', component: Synch },
|
|
|
{ name: 'library', path: '/library', component: Library },
|
|
|
{ name: 'details', path: '/details', component: Details },
|