From 92a9b175fda139d6608c53af62e4d8b7b1c926cf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 四月 2021 18:08:51 +0800 Subject: [PATCH] 2021-04-09 --- src/views/login/index.jsx | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index ac7a7f9..814683e 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -51,12 +51,6 @@ dict: item === 'zh-CN' ? zhCN : enUS }) } - - md5Password (pwd) { - // md5瀵嗙爜鍔犲瘑 - const salt = 'minkesoft' - return md5(md5(pwd + salt)) - } handleSubmit = () => { this.loginformRef.handleConfirm().then(res => { -- Gitblit v1.8.0