halo/console/console-src
Ryan Wang 82a6ba6d90
feat: support for configuring the redirection location after login for roles (#4918)
#### What type of PR is this?

/area console
/kind feature
/milestone 2.11.x

#### What this PR does / why we need it:

支持为自定义的角色配置登录之后默认跳转位置。

#### Special notes for your reviewer:

1. 创建一个新的角色,设置跳转位置。
2. 为一个用户赋予这个角色。
3. 测试登录之后是否正常跳转到设置的位置。

#### Does this PR introduce a user-facing change?

```release-note
支持为自定义的角色配置登录之后默认跳转位置。
```
2023-11-27 14:10:09 +00:00
..
composables Merge branch 'main' into feature-user-center 2023-11-15 13:47:25 +08:00
layouts fix: overflow issue of card component (#4922) 2023-11-27 09:04:08 +00:00
modules feat: support for configuring the redirection location after login for roles (#4918) 2023-11-27 14:10:09 +00:00
router feat: support for configuring the redirection location after login for roles (#4918) 2023-11-27 14:10:09 +00:00
setup Merge branch 'main' into feature-user-center 2023-11-15 13:47:25 +08:00
stores refactor: improve project structure for user center feature (#4839) 2023-11-09 06:56:06 +00:00
views/system refactor: delay navigation to console until plugins are ready in initial data page (#4901) 2023-11-27 21:33:07 +08:00
App.vue feat: refine user center feature (#4857) 2023-11-16 15:51:19 +08:00
main.ts feat: basic implementation of personal center (#4851) 2023-11-13 08:56:08 +00:00