| | |
| | | getPerms().then((res) => { |
| | | if (res.code == 200) { |
| | | this.$store.commit("getPermsEntity", res.result); |
| | | debugger |
| | | |
| | | if (res.result.length != 0) { |
| | | sessionStorage.setItem("routerName", "/Thematic"); |
| | | sessionStorage.setItem("changeSelectStyle", 1); |
| | | sessionStorage.setItem("changeSelectStyle", 0); |
| | | this.$router.push("/bankController"); |
| | | } else { |
| | | this.$message({ |
| | |
| | | startURL() { |
| | | var url = window.location.href; |
| | | var testurl = ""; |
| | | if (url.indexOf("web") != -1) { |
| | | testurl = "/web"; |
| | | if (url.indexOf("middle") != -1) { |
| | | testurl = "/middle"; |
| | | } |
| | | this.reportUrl = |
| | | window.location.origin + testurl + "/mapscreen/index.html"; |
| | |
| | | right: 0px; |
| | | bottom: 0px; |
| | | |
| | | background: url("../assets/img/login.jpg") no-repeat center; |
| | | background: url("../assets/img/moon-bg.png") no-repeat center; |
| | | background-size: 100% 100%; |
| | | .MapMenu { |
| | | width: 100%; |