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