Merge remote-tracking branch 'origin/main' into dev/chat

dev/chat
Lei OT 1 year ago
commit dd4d815bdf

@ -48,7 +48,7 @@ function DesktopApp() {
setIsTitleVisible(!isTitleVisible);
}, 500);
} else {
document.title = '聊天式销售平台';
document.title = '销售平台';
}
return () => clearInterval(interval);
}, [totalNotify, isTitleVisible]);
@ -62,7 +62,7 @@ function DesktopApp() {
<img src={AppLogo} className='logo' alt='App logo' />
</NavLink>
<Title level={3}>
聊天式销售平台
销售平台
</Title>
</Col>
<Col span={10}>

Loading…
Cancel
Save