mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-10 23:01:59 +08:00
fix(admin): 修复工作台三方平台登录快捷入口路由不匹配
socialLogin 入口的 routeName 原为 /system/config/social(不存在), 点击报 No match 路由错误。按 catalog.ts 注释约定 routeName 应等于 后端菜单 path,改为 /system/config/third-platform/ThirdPlatform (iam_perm_menu id=900001)。
This commit is contained in:
@@ -233,7 +233,7 @@ export const ENTRY_CATALOG: QuickEntryMeta[] = [
|
||||
},
|
||||
{
|
||||
key: 'socialLogin',
|
||||
routeName: '/system/config/social',
|
||||
routeName: '/system/config/third-platform/ThirdPlatform',
|
||||
icon: 'lucide:share-2',
|
||||
titleKey: 'dashboard.workspace.quickEntry.socialLogin',
|
||||
color: 'bg-fuchsia-500',
|
||||
|
||||
Reference in New Issue
Block a user