月球大数据地理空间分析展示平台-【中台】
WX
2023-08-15 ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7
src/components/login.vue
@@ -218,11 +218,11 @@
              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", 0);
                    this.$router.push("/projectController");
                    this.$router.push("/bankController");
                  } else {
                    this.$message({
                      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";