This commit is contained in:
clay
2022-01-14 22:07:22 +08:00
parent 05e116af0d
commit 5356c8b948
11 changed files with 529 additions and 99 deletions

View File

@@ -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({