mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-16 19:32:00 +08:00
【新增】私有证书
This commit is contained in:
@@ -8,10 +8,9 @@ console.log(routeGroup, routes)
|
||||
|
||||
// 创建路由
|
||||
const router = useCreateRouter({
|
||||
routes: routeGroup,
|
||||
routes:routeGroup,
|
||||
history: createWebHistory(),
|
||||
})
|
||||
|
||||
// 全局路由守卫
|
||||
useRouterEach(router)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user