From dd1921c6e74ef8890fe6b62faab006f548293e35 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Fri, 22 Mar 2024 10:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DesktopApp.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { App logo - 聊天式销售平台 + 销售平台