From 2181ef42ae5600c7938a4f6440b0d18d7d191662 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:45:32 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=8E=BB=E9=99=A4=E5=BC=B9=E5=87=BA=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=94=A8=E6=88=B7=E5=90=8D=E5=AF=86=E7=A0=81=E5=BC=B9?= =?UTF-8?q?=E6=A1=86'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settings/system/SystemParameterSetting.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/settings/system/SystemParameterSetting.vue b/frontend/src/business/components/settings/system/SystemParameterSetting.vue index af0dbd1540..d368107018 100644 --- a/frontend/src/business/components/settings/system/SystemParameterSetting.vue +++ b/frontend/src/business/components/settings/system/SystemParameterSetting.vue @@ -36,7 +36,7 @@ + autocomplete="new-password" type="text" @focus="changeType"> @@ -79,6 +79,7 @@ account: 'xjj0608@163.com', password: '2345678',*/ }, + readOnly: false, result: {}, showEdit: true, showSave: false, @@ -113,6 +114,9 @@ this.query() }, methods: { + changeType() { + this.type = 'password' + }, query() { this.result = this.$get("/system/mail/info", response => {