fix: style adjust
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user