From 5bbf0ca7d87bbd46c513d26f7a2ef55eb0786c3c Mon Sep 17 00:00:00 2001
From: lejianwen <84855512@qq.com>
Date: Tue, 8 Jul 2025 12:18:25 +0800
Subject: [PATCH] feat: user remark fix: remove oauth redirect url
---
src/utils/i18n/en.json | 3 +++
src/utils/i18n/es.json | 3 +++
src/utils/i18n/fr.json | 3 +++
src/utils/i18n/ko.json | 3 +++
src/utils/i18n/ru.json | 3 +++
src/utils/i18n/zh_CN.json | 3 +++
src/utils/i18n/zh_TW.json | 3 +++
src/views/oauth/index.vue | 4 ++--
src/views/user/edit.vue | 3 +++
src/views/user/index.vue | 1 +
10 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/src/utils/i18n/en.json b/src/utils/i18n/en.json
index b90cd9e..386bb16 100644
--- a/src/utils/i18n/en.json
+++ b/src/utils/i18n/en.json
@@ -528,5 +528,8 @@
},
"You can reference export file": {
"One": "You can reference export file"
+ },
+ "Remark": {
+ "One": "Remark"
}
}
diff --git a/src/utils/i18n/es.json b/src/utils/i18n/es.json
index 076a433..973ecb5 100644
--- a/src/utils/i18n/es.json
+++ b/src/utils/i18n/es.json
@@ -528,5 +528,8 @@
},
"You can reference export file": {
"One": "Puede hacer referencia al archivo de exportación"
+ },
+ "Remark": {
+ "One": "Remark"
}
}
diff --git a/src/utils/i18n/fr.json b/src/utils/i18n/fr.json
index b05f71c..0457716 100644
--- a/src/utils/i18n/fr.json
+++ b/src/utils/i18n/fr.json
@@ -531,5 +531,8 @@
},
"You can reference export file": {
"One": "Vous pouvez vous référer au fichier d'exportation"
+ },
+ "Remark": {
+ "One": "Remarque"
}
}
diff --git a/src/utils/i18n/ko.json b/src/utils/i18n/ko.json
index f2fbfe3..ab47d77 100644
--- a/src/utils/i18n/ko.json
+++ b/src/utils/i18n/ko.json
@@ -514,5 +514,8 @@
},
"You can reference export file": {
"One": "내보내기 파일을 참조할 수 있습니다"
+ },
+ "Remark": {
+ "One": "비고"
}
}
diff --git a/src/utils/i18n/ru.json b/src/utils/i18n/ru.json
index 2a51005..b24fcd6 100644
--- a/src/utils/i18n/ru.json
+++ b/src/utils/i18n/ru.json
@@ -531,6 +531,9 @@
},
"You can reference export file": {
"One": "Вы можете ссылаться на экспортируемый файл"
+ },
+ "Remark": {
+ "One": "Примечание"
}
}
diff --git a/src/utils/i18n/zh_CN.json b/src/utils/i18n/zh_CN.json
index a093162..6264d94 100644
--- a/src/utils/i18n/zh_CN.json
+++ b/src/utils/i18n/zh_CN.json
@@ -544,5 +544,8 @@
},
"You can reference export file": {
"One": "您可以参考导出文件"
+ },
+ "Remark": {
+ "One": "备注"
}
}
diff --git a/src/utils/i18n/zh_TW.json b/src/utils/i18n/zh_TW.json
index 63b2150..a80985e 100644
--- a/src/utils/i18n/zh_TW.json
+++ b/src/utils/i18n/zh_TW.json
@@ -538,5 +538,8 @@
},
"You can reference export file": {
"One": "您可以參考匯出檔案"
+ },
+ "Remark": {
+ "One": "備註"
}
}
diff --git a/src/views/oauth/index.vue b/src/views/oauth/index.vue
index 435796c..bdb86a1 100644
--- a/src/views/oauth/index.vue
+++ b/src/views/oauth/index.vue
@@ -59,9 +59,9 @@
-
+
+
+
+
{{ T('Cancel') }}
{{ T('Submit') }}
diff --git a/src/views/user/index.vue b/src/views/user/index.vue
index c4b6877..bd02775 100644
--- a/src/views/user/index.vue
+++ b/src/views/user/index.vue
@@ -33,6 +33,7 @@
>
+