This commit is contained in:
2020-11-30 14:41:27 +08:00
parent 50ccb29d76
commit de4096830b
2 changed files with 27 additions and 1 deletions

View File

@@ -144,7 +144,12 @@ const routes: Array<RouteRecordRaw> = [
path: '/about',
name: 'About',
component: () => import('../views/login/About.vue')
}
},{
path: '/wblogin',
name: 'About',
component: () => import('../views/login/wblogin.vue')
},
]
const router = createRouter({