潜逃路由
This commit is contained in:
@@ -23,8 +23,22 @@ const routes = [
|
||||
component: ()=> import("@/views/Login.vue")
|
||||
},
|
||||
{
|
||||
path:"/list",
|
||||
component: ()=> import("@/views/List.vue")
|
||||
path:"/nav",
|
||||
component: ()=>import("@/views/DaoHang.vue"),
|
||||
children:[
|
||||
{
|
||||
path:"list",
|
||||
component: ()=> import("@/views/List.vue")
|
||||
},
|
||||
{
|
||||
path:"addstu",
|
||||
component:()=>import("@/views/AddSTu.vue")
|
||||
},
|
||||
{
|
||||
path:"stulist",
|
||||
component:()=>import("@/views/StuList.vue")
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user