| | |
| | | ></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"> |
| | |
| | | |
| | | 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: "请您联系管理员分配角色菜单", |
| | |
| | | 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%; |
| | |
| | | } |
| | | .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%; |