This commit is contained in:
clay
2022-01-21 17:44:37 +08:00
parent d6374440d2
commit 2c4b597942
26 changed files with 777 additions and 138 deletions

View File

@@ -34,6 +34,16 @@ const routes = [
name: 'TeachingStaff',
component: () => import(/* webpackChunkName: "about" */ '../views/teaching_staff/index')
},
{
path: '/test',
name: 'TeachingStaff',
component: () => import(/* webpackChunkName: "about" */ '../views/Test')
},
{
path: '/anchor',
name: 'TeachingStaff',
component: () => import(/* webpackChunkName: "about" */ '../views/anchor')
},
{
path: '/et',
name: 'EduTeach',