refactor: user settings & make style follow the theme

This commit is contained in:
edgex
2024-04-07 11:31:19 +08:00
parent ac96c7b088
commit fdf47e8f6f
4 changed files with 90 additions and 42 deletions

View File

@@ -47,20 +47,6 @@ export default [
title: $t("buttons.hsUserSettings"),
showLink: false,
rank: 103
},
children: [
{
path: "user-info-manage",
name: "UserInfoManage",
component: () =>
import("@/layout/components/userSettings/userInfoManage.vue")
},
{
path: "safe-manage",
name: "SafeManage",
component: () =>
import("@/layout/components/userSettings/safeManage.vue")
}
]
}
}
] satisfies Array<RouteConfigsTable>;