From 7a3716a3635a019d768a9725c263207d893c2c3f Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Wed, 16 Aug 2023 23:32:12 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BD=91=E7=AB=99?=
=?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=20(#1975)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Refs #1971
---
frontend/src/lang/modules/en.ts | 6 +++---
.../website/config/basic/redirect/index.vue | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index e05ff3af0..5a67c3165 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1463,12 +1463,12 @@ const message = {
certificatePath: 'Certificate file',
ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist',
redirect: 'redirect',
- sourceDomain: 'source domain name/path',
+ sourceDomain: 'Source domain',
targetURL: 'Target URL address',
- keepPath: 'Keep URI parameters',
+ keepPath: 'URI params',
path: 'path',
redirectType: 'redirection type',
- redirectWay: 'way',
+ redirectWay: 'Way',
keep: 'keep',
notKeep: 'Do not keep',
redirectRoot: 'Redirect to the homepage',
diff --git a/frontend/src/views/website/website/config/basic/redirect/index.vue b/frontend/src/views/website/website/config/basic/redirect/index.vue
index 74b4ec4b0..522c6a4d8 100644
--- a/frontend/src/views/website/website/config/basic/redirect/index.vue
+++ b/frontend/src/views/website/website/config/basic/redirect/index.vue
@@ -5,28 +5,28 @@
{{ $t('commons.button.create') + $t('website.redirect') }}
-
-
+
+
{{ row.domains.join(',') }}
{{ row.path }}
-
+
{{ $t('website.' + row.type) }}
{{ 404 }}
-
-
-
+
+
+
{{ row.keepPath ? $t('website.keep') : $t('website.notKeep') }}
-
+
{{ $t('commons.status.running') }}
@@ -38,7 +38,7 @@