mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-23 06:32:27 +08:00
fix Bug or add example
This commit is contained in:
@@ -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(''),
|
||||
|
||||
Reference in New Issue
Block a user