|
|
@ -70,7 +70,7 @@ function AuthApp() {
|
|
|
|
let interval;
|
|
|
|
let interval;
|
|
|
|
if (totalNotify > 0) {
|
|
|
|
if (totalNotify > 0) {
|
|
|
|
interval = setInterval(() => {
|
|
|
|
interval = setInterval(() => {
|
|
|
|
document.title = isTitleVisible ? `🔔🔥💬【${totalNotify}条新消息】` : '聊天式销售平台';
|
|
|
|
document.title = isTitleVisible ? `🔔🔥💬【${totalNotify}条新消息】` : '______________';
|
|
|
|
setIsTitleVisible(!isTitleVisible);
|
|
|
|
setIsTitleVisible(!isTitleVisible);
|
|
|
|
}, 500);
|
|
|
|
}, 500);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|