11
This commit is contained in:
@@ -14,6 +14,16 @@ const routes = [
|
||||
name: 'TeachingStaff',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/school_profile/index')
|
||||
},
|
||||
{
|
||||
path: '/mobile',
|
||||
name: 'Mobile',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/mobile/index')
|
||||
},
|
||||
{
|
||||
path: '/mobile/:secondId/:navId',
|
||||
name: 'Mobile',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/mobile/index')
|
||||
},
|
||||
{
|
||||
path: '/ts',
|
||||
name: 'TeachingStaff',
|
||||
@@ -30,7 +40,12 @@ const routes = [
|
||||
component: () => import(/* webpackChunkName: "about" */ '../components/HelloWorld')
|
||||
},
|
||||
{
|
||||
path: '/:navId',
|
||||
path: '/pc/:secondId/:navId',
|
||||
name: 'content',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/content/index')
|
||||
},
|
||||
{
|
||||
path: '/pc/:secondId',
|
||||
name: 'content',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/content/index')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user