@ -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");
},