src/menu/components/group/groupsetting/index.jsx @@ -15,7 +15,7 @@ } state = { dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, visible: false, setting: null }