feat: admin portal user page add user address manangement (#623)

This commit is contained in:
Dream Hunter
2025-04-07 19:47:44 +08:00
committed by GitHub
parent 91a859bbcf
commit 31eb6c23d1
9 changed files with 180 additions and 25 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export const useGlobalState = createGlobalState(
const useIframeShowMail = useStorage('useIframeShowMail', false);
const preferShowTextMail = useStorage('preferShowTextMail', false);
const userJwt = useStorage('userJwt', '');
const userTab = useSessionStorage('userTab', 'account_settings');
const userTab = useSessionStorage('userTab', 'address_management');
const indexTab = useSessionStorage('indexTab', 'mailbox');
const globalTabplacement = useStorage('globalTabplacement', 'top');
const useSideMargin = useStorage('useSideMargin', true);