mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-14 22:03:41 +08:00
feat(projects): add constant route page without login status[添加未登录可访问的固定路由示例页面]
This commit is contained in:
1
src/typings/route.d.ts
vendored
1
src/typings/route.d.ts
vendored
@@ -11,6 +11,7 @@ declare namespace AuthRoute {
|
||||
| 'not-found'
|
||||
| 'no-permission'
|
||||
| 'service-error'
|
||||
| 'constant-page'
|
||||
| 'not-found-page' // 捕获无效path的路由
|
||||
// 自定义路由
|
||||
| 'dashboard'
|
||||
|
Reference in New Issue
Block a user