From 72693af5fd42337e3d0a778fa094077e6bbba62a Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 16 May 2023 11:18:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=BF=98=E8=AE=B0?= =?UTF-8?q?=E5=AF=86=E7=A0=81URL=E4=B8=8D=E8=87=AA=E5=8A=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20http://=20=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/Auth/Basic.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/views/settings/Auth/Basic.vue b/src/views/settings/Auth/Basic.vue index 16f7d7a3e..73041f0f3 100644 --- a/src/views/settings/Auth/Basic.vue +++ b/src/views/settings/Auth/Basic.vue @@ -25,17 +25,6 @@ export default { ] ] ], - fieldsMeta: { - FORGOT_PASSWORD_URL: { - on: { - change([value], updateForm) { - if (value && !value.startsWith('http')) { - updateForm({ FORGOT_PASSWORD_URL: 'http://' + value }) - } - } - } - } - }, submitMethod() { return 'patch' }