From 94291d7804351374636b25f77870e94db1be4bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 2 May 2022 05:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myWork/set/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/myWork/set/index.vue b/src/views/myWork/set/index.vue index 717a139b..88e691cf 100644 --- a/src/views/myWork/set/index.vue +++ b/src/views/myWork/set/index.vue @@ -342,7 +342,7 @@ import md5 from "js-md5"; this.$prompt('请输入密码', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', - }).then(({ value }) => { + }).then(({ value }) => { let params={ password:md5(value), userloginid:user.userid,