Skip to content

Commit

Permalink
fix: 修复前端SSO配置界面引用关系 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxiaozz committed Jul 25, 2024
1 parent a53e6bc commit 1f85421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/kubepi/src/router/modules/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const UserManagement = {
},
{
path: "sso",
component: () => import("@/business/sso"),
component: () => import("@/business/user-management/sso"),
name: "SSO",
requirePermission: {
resource: "sso",
Expand Down

0 comments on commit 1f85421

Please sign in to comment.