Commit fd62f96e by 潘建波

密文登录

1 parent 1167aacc
......@@ -109,8 +109,8 @@ export default {
this.$api.login
.login({
username: this.ruleForm.username,
// password: this.baseencode(this.ruleForm.password),
password: this.ruleForm.password,
password: this.baseencode(this.ruleForm.password),
// password: this.ruleForm.password,
user_type: "user"
})
.then(res => {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!