01
This commit is contained in:
@@ -11,7 +11,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/sp',
|
||||
name: 'SchoolProfile',
|
||||
name: 'TeachingStaff',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/school_profile/index')
|
||||
},
|
||||
{
|
||||
@@ -29,6 +29,11 @@ const routes = [
|
||||
name: 'EduTeach',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../components/HelloWorld')
|
||||
},
|
||||
{
|
||||
path: '/:navId',
|
||||
name: 'content',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/content/index')
|
||||
},
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
||||
Reference in New Issue
Block a user