From 111ca9554c5c5f5a935aa5e7f1c20fa0cb6c5966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Fri, 28 Apr 2023 17:34:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=99=BB=E5=BD=95):=20=F0=9F=90=9B=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95=E5=AF=BC=E8=87=B4=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/login/component/account.vue | 7 +++---- web/src/views/system/user/crud.tsx | 10 +++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/web/src/views/system/login/component/account.vue b/web/src/views/system/login/component/account.vue index 585cf4c..908f77d 100644 --- a/web/src/views/system/login/component/account.vue +++ b/web/src/views/system/login/component/account.vue @@ -12,7 +12,6 @@ :type="isShowPassword ? 'text' : 'password'" :placeholder="$t('message.account.accountPlaceholder2')" v-model="ruleForm.password" - autocomplete="off" >