提交修改弹窗

This commit is contained in:
daihh
2022-06-20 17:49:44 +08:00
parent 91d774aa32
commit c181c13048
5 changed files with 44 additions and 65 deletions

View File

@@ -99,6 +99,7 @@
this.$store.dispatch("Login", this.form).then(rs => {
if(rs.status == 200){
// 记住密码
localStorage.setItem(this.$Constants.newLoginKey,1);
if(this.rememberMe){
let rememberMeOjb = {rememberMe:true,loginName:this.form.loginName,password:this.form.password};
this.$store.dispatch("portal/SetLoginRememberMe", rememberMeOjb)