Commit 9f21961c authored by zhoulimin's avatar zhoulimin

up

parent 08e21df3
......@@ -573,7 +573,6 @@ export default {
self.$refs["yzms"].validate((volid_yzm) => {
if (volid_yzm) {
console.log(2);
self.submitLoginForm();
} else {
// self.$message({
......@@ -588,7 +587,6 @@ export default {
},
// 提交登录表单
submitLoginForm() {
console.log();
let self = this;
var psw = CryptoJS.AES.encrypt(
this.form.password,
......@@ -632,7 +630,6 @@ export default {
});
},
login_remember_info() {
console.log(1111);
if (this.checked) {
setCookie(this.form.userid, this.form.password, 7);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment