diff --git a/client/src/pages/_app.tsx b/client/src/pages/_app.tsx
index 7fc40e8be..52627772f 100644
--- a/client/src/pages/_app.tsx
+++ b/client/src/pages/_app.tsx
@@ -52,7 +52,7 @@ function App({ Component, pageProps, isPc }: AppProps & { isPc?: boolean; respon
return (
<>
- {feConfigs?.systemTitle || 'FastAI'}
+ {feConfigs?.systemTitle || 'AI知识库'}
(res, {
data: {
systemEnv: global.systemEnv,
@@ -39,6 +42,6 @@ export async function getInitConfig() {
global.qaModels = res.QAModels;
global.vectorModels = res.VectorModels;
} catch (error) {
- console.log('get init config error');
+ return Promise.reject('get init config error');
}
}
diff --git a/client/src/pages/index.tsx b/client/src/pages/index.tsx
index cebe33570..ca25d468b 100644
--- a/client/src/pages/index.tsx
+++ b/client/src/pages/index.tsx
@@ -168,7 +168,7 @@ const Home = () => {
fontSize={['40px', '70px']}
letterSpacing={'5px'}
>
- {feConfigs?.systemTitle || 'FastAI'}
+ {feConfigs?.systemTitle || 'AI知识库'}
可视化 AI 编排
diff --git a/client/src/pages/login/components/ForgetPasswordForm.tsx b/client/src/pages/login/components/ForgetPasswordForm.tsx
index 03098bb35..fd3557672 100644
--- a/client/src/pages/login/components/ForgetPasswordForm.tsx
+++ b/client/src/pages/login/components/ForgetPasswordForm.tsx
@@ -73,7 +73,7 @@ const RegisterForm = ({ setPageType, loginSuccess }: Props) => {
return (
<>
- 找回 FastGPT 账号
+ 找回 {feConfigs?.systemTitle} 账号