From e41e6d4284ea5782c3fd0b2ca119d7d831049da1 Mon Sep 17 00:00:00 2001
From: rainv123 <2148537152@qq.com>
Date: Fri, 26 Sep 2025 17:10:47 +0800
Subject: [PATCH] =?UTF-8?q?updata:=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main/manager-mobile/src/i18n/en.ts | 2 +-
main/manager-mobile/src/i18n/zh_CN.ts | 1 -
main/manager-mobile/src/i18n/zh_TW.ts | 1 -
main/manager-mobile/src/pages/login/index.vue | 7 -------
4 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/main/manager-mobile/src/i18n/en.ts b/main/manager-mobile/src/i18n/en.ts
index b483d7a3..f87035c1 100644
--- a/main/manager-mobile/src/i18n/en.ts
+++ b/main/manager-mobile/src/i18n/en.ts
@@ -16,7 +16,6 @@ export default {
'login.enterUsername': 'Please enter username',
'login.enterPassword': 'Please enter password',
'login.enterCaptcha': 'Please enter verification code',
- 'login.forgotPassword': 'Forgot password?',
'login.loginButton': 'Login',
'login.loggingIn': 'Logging in...',
'login.noAccount': 'did not have an account?',
@@ -273,6 +272,7 @@ export default {
'message.languageChanged': 'Language changed',
'message.passwordError': 'Account or password error',
'message.phoneRegistered': 'This phone number has been registered',
+
// Agent Tools Page
'agent.tools.pageTitle': 'Agent Tools',
'agent.tools.unselected': 'Unselected',
diff --git a/main/manager-mobile/src/i18n/zh_CN.ts b/main/manager-mobile/src/i18n/zh_CN.ts
index 9238b646..c6f7b090 100644
--- a/main/manager-mobile/src/i18n/zh_CN.ts
+++ b/main/manager-mobile/src/i18n/zh_CN.ts
@@ -16,7 +16,6 @@ export default {
'login.enterUsername': '请输入用户名',
'login.enterPassword': '请输入密码',
'login.enterCaptcha': '请输入验证码',
- 'login.forgotPassword': '忘记密码?',
'login.loginButton': '登录',
'login.loggingIn': '登录中...',
'login.noAccount': '还没有账户?',
diff --git a/main/manager-mobile/src/i18n/zh_TW.ts b/main/manager-mobile/src/i18n/zh_TW.ts
index f796df0f..d9dc64e3 100644
--- a/main/manager-mobile/src/i18n/zh_TW.ts
+++ b/main/manager-mobile/src/i18n/zh_TW.ts
@@ -16,7 +16,6 @@ export default {
'login.enterUsername': '請輸入用戶名',
'login.enterPassword': '請輸入密碼',
'login.enterCaptcha': '請輸入驗證碼',
- 'login.forgotPassword': '忘記密碼?',
'login.loginButton': '登錄',
'login.loggingIn': '登錄中...',
'login.noAccount': '還沒有賬戶?',
diff --git a/main/manager-mobile/src/pages/login/index.vue b/main/manager-mobile/src/pages/login/index.vue
index d83b1d35..e97ffa6c 100644
--- a/main/manager-mobile/src/pages/login/index.vue
+++ b/main/manager-mobile/src/pages/login/index.vue
@@ -331,13 +331,6 @@ onMounted(async () => {
-
-
-
- {{ t('login.forgotPassword') }}
-
-
-