fix: style adjust

This commit is contained in:
xuziqiang
2024-05-23 16:17:12 +08:00
parent 060365e0fe
commit c8718677f4
3 changed files with 34 additions and 28 deletions

View File

@@ -311,9 +311,7 @@
authorizationStore.clearAuthorization();
}
};
const updatePassWord = () => {
router.push('/synthetical/user/updatePassWord');
};
const currentThemeColor = ref(null);
function changeTheme(color: string) {
replaceStyleVariables({ colorVariables: [...getThemeColors(color)] });
@@ -377,7 +375,6 @@
changeTheme,
userName,
dropOut,
updatePassWord,
getOPMenu,
configStore,
};