fix Bug or add example

This commit is contained in:
Ah jung
2021-07-21 18:33:02 +08:00
parent 54e68db0c2
commit fa8b33acbe
32 changed files with 1096 additions and 287 deletions

View File

@@ -45,7 +45,7 @@ export const asyncRoutes = [ErrorPageRoute, ...routeModuleList];
//普通路由 无需验证权限
export const constantRouter = [LoginRoute, RootRoute, RedirectRoute]
export const constantRouter:any[] = [LoginRoute, RootRoute, RedirectRoute]
const router = createRouter({
history: createWebHashHistory(''),