首页
This commit is contained in:
@@ -24,6 +24,11 @@ const routes = [
|
||||
name: 'EduTeach',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/edu_teach/index')
|
||||
},
|
||||
{
|
||||
path: '/h',
|
||||
name: 'EduTeach',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../components/HelloWorld')
|
||||
},
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
||||
Reference in New Issue
Block a user