提交
This commit is contained in:
@@ -40,10 +40,10 @@ export default {
|
||||
this.$nextTick(() => { // 以服务的方式调用的 Loading 需要异步关闭
|
||||
this.loading.close();
|
||||
});
|
||||
this.$router.go(-1)
|
||||
this.$router.push('login')
|
||||
this.$message.error(res.message)
|
||||
} else {
|
||||
this.$router.go(-1)
|
||||
this.$router.push('login')
|
||||
this.$nextTick(() => { // 以服务的方式调用的 Loading 需要异步关闭
|
||||
this.loading.close();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user