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 => {