001
This commit is contained in:
@@ -24,6 +24,11 @@ const routes = [
|
||||
name: 'Mobile',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/mobile/index')
|
||||
},
|
||||
{
|
||||
path: '/mobile/:secondId',
|
||||
name: 'Mobile',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/mobile/index')
|
||||
},
|
||||
{
|
||||
path: '/ts',
|
||||
name: 'TeachingStaff',
|
||||
|
||||
Reference in New Issue
Block a user