提交 991e13da authored 作者: huaxinzhu's avatar huaxinzhu

Merge branch 'dev_hxz' into test

......@@ -360,6 +360,7 @@
changeTelphone(this.accountForm).then(res => {
if(res.code === 1) {
this.$message({type:"success",message: '登录账号修改成功,需重新登录'});
this.isAccount = false;
// 修改成功,则强制退出,重新登录
this.$store.dispatch('LogOut').then(() => {
var ssa = window.location.host
......@@ -376,7 +377,6 @@
this.$message({type:"error",message: msg});
}
this.clearAccountCodeDown();
this.isAccount = false;
});
}
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论