king
2021-04-09 92a9b175fda139d6608c53af62e4d8b7b1c926cf
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 => {