|
@@ -162,7 +162,7 @@ export default {
|
|
// this.$router.push({ path: "/manage/userManage" });
|
|
// this.$router.push({ path: "/manage/userManage" });
|
|
this.$router.push({ path: "/manage/generalSituation" });
|
|
this.$router.push({ path: "/manage/generalSituation" });
|
|
} else if (res.data.user.roleType == "3") {
|
|
} else if (res.data.user.roleType == "3") {
|
|
- this.$router.push({ path: "/manage/generalSituation" });
|
|
|
|
|
|
+ this.$router.push({ path: "/manage/userManage" });
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|
|
message: "请使用管理账号登录",
|
|
message: "请使用管理账号登录",
|