月球大数据地理空间分析展示平台-【中台】
WX
2023-08-15 ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7
src/components/login.vue
@@ -26,10 +26,11 @@
      ></iframe>
    </div>
    <div class="title_img">
      <img
      <!-- <img
        src="../assets/img/lg_03.png"
        alt=""
      />
      /> -->
      SmartEarth三维地理信息系统平台V7.0
    </div>
    <div class="login">
      <div class="login_title">
@@ -220,8 +221,8 @@
                  if (res.result.length != 0) {
                    sessionStorage.setItem("routerName", "/Thematic");
                    sessionStorage.setItem("changeSelectStyle", 1);
                    this.$router.push("/");
                    sessionStorage.setItem("changeSelectStyle", 0);
                    this.$router.push("/bankController");
                  } else {
                    this.$message({
                      message: "请您联系管理员分配角色菜单",
@@ -281,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";
@@ -306,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%;
@@ -318,10 +319,16 @@
}
.title_img {
  position: absolute;
  left: 20%;
  top: 8%;
  width: 20%;
  /* transform: translateX(-50%); */
  left: 13%;
  top: 10%;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(0deg, #79a8ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_img img {
  width: 100%;