diff --git a/src/views/DesktopApp.jsx b/src/views/DesktopApp.jsx
index 9f5d6f3..b899758 100644
--- a/src/views/DesktopApp.jsx
+++ b/src/views/DesktopApp.jsx
@@ -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() {