|
@@ -739,8 +739,10 @@ IF NOT EXISTS t_user_table (
|
|
|
"isMarried",
|
|
|
res.data.data.marriageSituation
|
|
|
);
|
|
|
+ sessionStorage.setItem("defaultUrl", '/menu/intervene');
|
|
|
that.$router.push({
|
|
|
- path: "/mainTable",
|
|
|
+ path: "/menu/intervene",
|
|
|
+ query: { url: "rzgy" },
|
|
|
});
|
|
|
}
|
|
|
//当type等于2时跳转到我的测试页面
|
|
@@ -751,7 +753,11 @@ IF NOT EXISTS t_user_table (
|
|
|
sessionStorage.setItem("num", that.account);
|
|
|
sessionStorage.setItem("pass", that.$md5(that.password));
|
|
|
sessionStorage.setItem("userType", "2");
|
|
|
- that.$router.push({ path: "/mainTable" });
|
|
|
+ sessionStorage.setItem("defaultUrl", '/menu/managePluse');
|
|
|
+ that.$router.push({
|
|
|
+ path: "/menu/managePluse",
|
|
|
+ query: { url: "yhgy" },
|
|
|
+ });
|
|
|
}
|
|
|
} else {
|
|
|
this.$message.error("访问服务器失败!");
|
|
@@ -789,9 +795,14 @@ IF NOT EXISTS t_user_table (
|
|
|
"isMarried",
|
|
|
res.data.data.marriageSituation
|
|
|
);
|
|
|
+ sessionStorage.setItem("defaultUrl", '/menu/intervene');
|
|
|
that.$router.push({
|
|
|
- path: "/mainTable",
|
|
|
+ path: "/menu/intervene",
|
|
|
+ query: { url: "rzgy" },
|
|
|
});
|
|
|
+ // that.$router.push({
|
|
|
+ // path: "/mainTable",
|
|
|
+ // });
|
|
|
}
|
|
|
//当type等于2时跳转到我的测试页面
|
|
|
|
|
@@ -801,7 +812,11 @@ IF NOT EXISTS t_user_table (
|
|
|
sessionStorage.setItem("num", that.account);
|
|
|
sessionStorage.setItem("pass", that.$md5(that.password));
|
|
|
sessionStorage.setItem("userType", "2");
|
|
|
- that.$router.push({ path: "/mainTable" });
|
|
|
+ sessionStorage.setItem("defaultUrl", '/menu/managePluse');
|
|
|
+ that.$router.push({
|
|
|
+ path: "/menu/managePluse",
|
|
|
+ query: { url: "yhgy" },
|
|
|
+ });
|
|
|
}
|
|
|
} else {
|
|
|
this.$message.error("访问服务器失败!");
|