mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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