月球大数据地理空间分析展示平台-【中台】
WX
2023-08-15 ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7
src/components/login.vue
@@ -218,10 +218,10 @@
              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({
@@ -282,8 +282,8 @@
    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";
@@ -307,7 +307,7 @@
  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%;