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:
@ -29,6 +29,15 @@ export const constantRoutes: AuthRoute.Route[] = [
|
||||
singleLayout: 'blank'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'constant-page',
|
||||
path: '/constant-page',
|
||||
component: 'self',
|
||||
meta: {
|
||||
title: '固定页面',
|
||||
singleLayout: 'blank'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'no-permission',
|
||||
path: '/no-permission',
|
||||
|
Reference in New Issue
Block a user