| | |
| | | v-bind:src="reportUrl" |
| | | ></iframe> |
| | | </div> |
| | | <div class="title_img"> |
| | | <div class="title_img"> |
| | | <img |
| | | src="../assets/img/loginLogo.png" |
| | | src="../assets/img/lg_03.png" |
| | | alt="" |
| | | /> |
| | | </div> |
| | | <div class="login"> |
| | | |
| | | |
| | | <div class="login_title"> |
| | | <span>用户登录</span> |
| | | </div> |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | |
| | | <el-col |
| | | :span="6" |
| | |
| | | |
| | | }, |
| | | startURL() { |
| | | this.reportUrl = window.location.origin + '/mapscreen/index.html'; |
| | | var url = window.location.href; |
| | | var testurl = ''; |
| | | if (url.indexOf('web') != -1) { |
| | | testurl = '/web'; |
| | | } |
| | | this.reportUrl = window.location.origin + testurl + '/mapscreen/index.html'; |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | left: 1%; |
| | | position: absolute; |
| | | } |
| | | |
| | | } |
| | | .title_img { |
| | | position: absolute; |
| | | left: 10%; |
| | | top:8%; |
| | | left: 17%; |
| | | top: 8%; |
| | | width: 20%; |
| | | /* transform: translateX(-50%); */ |
| | | } |
| | | .title_img img { |
| | |
| | | left: 75%; |
| | | top: 45%; |
| | | transform: translate(-50%, -40%); |
| | | background: rgba(255, 255, 255, 0.6); |
| | | background: rgba(255, 255, 255, 0.8); |
| | | border-radius: 8px; |
| | | } |
| | | |