src/view/Login.vue
@@ -89,9 +89,7 @@ } login({ account: this.account, pwd: CryptoJS.HmacMD5(this.pwd, 'password').toString( CryptoJS.enc.Hex, ), pwd: CryptoJS.MD5(this.pwd).toString(), type: 2 }).then((result) => { localStorage.setItem('extra', result.data.extra);