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

@@ -100,7 +100,7 @@ export function useNav() {
}
function handleOpenUserSettings() {
router.push({ name: "UserInfoManage" });
router.push({ name: "UserSettings" });
}
function toggleSideBar() {