This commit is contained in:
2021-03-03 16:52:06 +08:00
parent ef1c0ea79f
commit fa7f15c180
4 changed files with 148 additions and 21 deletions

View File

@@ -21,6 +21,10 @@ const routes = [
{
path:"/login",
component: ()=> import("@/views/Login.vue")
},
{
path:"/list",
component: ()=> import("@/views/List.vue")
}
]