|
@@ -1977,7 +1977,7 @@ const hiddenMaskWeb3Tab = (count) => {
|
|
|
* 跳转到个人主页 检查是否需要选中 Group tab
|
|
|
*/
|
|
|
const checkNeedSelectGroupTab = () => {
|
|
|
- if (window.location.pathname != '/home') {
|
|
|
+ if (window.location.pathname != '/home' && !document.hidden) {
|
|
|
setTimeout(() => {
|
|
|
getChromeStorage('groupTabData', (res) => {
|
|
|
console.log('groupTabData', res);
|