|
@@ -31,6 +31,7 @@ import TeachTopclass from '../components/resource/TeachTopclass.vue'
|
|
|
import text from '../components/resource/text.vue'
|
|
|
export const routes = [
|
|
|
{ name: 'index', path: '/', redirect: "/HomePage", component: Index },
|
|
|
+ { name: 'resource', path: '/resource', component: Index },
|
|
|
{ name: 'indexarea', path: '/arearesource', component: Indexarea },
|
|
|
{ name: 'Indexschool', path: '/schoolresource', component: Indexschool },
|
|
|
{ name: 'synch', path: '/synch', component: Synch },
|