踢出操作

master
许宏杰 4 months ago
parent 24c15a0101
commit c00beddacb

@ -29,8 +29,13 @@ export default {
});
}
} else {
this.$router.replace({
path: "/404",
this.$store.dispatch("LogOut").then(() => {
this.$notify({
title: "警告",
message: "该账号暂无权限访问!",
type: "warning",
});
this.$router.replace("/login");
});
}
},

Loading…
Cancel
Save