From ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期二, 15 八月 2023 10:59:21 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LunarMidplane --- src/components/login.vue | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/components/login.vue b/src/components/login.vue index 4a88b67..1b5a03d 100644 --- a/src/components/login.vue +++ b/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%; -- Gitblit v1.9.3