|
@@ -176,11 +176,11 @@ export default {
|
|
|
// text: "综合报警",
|
|
|
// path: "",
|
|
|
// });
|
|
|
- currMenu.splice(5, 0, {
|
|
|
- id: "fdfx",
|
|
|
- text: "发电能力分析",
|
|
|
- path: "",
|
|
|
- });
|
|
|
+ // currMenu.splice(5, 0, {
|
|
|
+ // id: "fdfx",
|
|
|
+ // text: "发电能力分析",
|
|
|
+ // path: "",
|
|
|
+ // });
|
|
|
// currMenu.push();
|
|
|
return currMenu;
|
|
|
} else {
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
userId: getCookie("userId"),
|
|
|
}).then((res) => {
|
|
|
this.$store.commit("user/REMOVE_TOKEN");
|
|
|
- this.$store.commit("changeStationAll", []);
|
|
|
+ this.$store.commit("changeStationAll", []);
|
|
|
this.$router.push("/login");
|
|
|
});
|
|
|
}
|