合并代码

徐景良 2023-08-11 17:11:25 +08:00
parent 94233f3cf2
commit dbe921c60f
7 changed files with 16 additions and 12 deletions

View File

@ -12,5 +12,5 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.me:1803/silent-renew-oidc.
#VUE_APP_BASE_API = http://192.168.10.123:9159/api
#VUE_APP_BASE_IMG_URL = http://192.168.10.123:9159
VUE_APP_BASE_API =http://112.36.23.242:9158/api
VUE_APP_BASE_IMG_URL = http://112.36.23.242:9158
VUE_APP_BASE_API = http://123.132.248.154:9224/api
VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224

BIN
public/img/icon/qizhi-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 790 B

BIN
public/img/qizhi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

View File

@ -3,7 +3,7 @@
.toolBarRight {
position: absolute;
right: 120px;
z-index: 20210101;
z-index: 10;
background: rgba(43, 44, 47, 0.8);
border-radius: 3px;
box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);

View File

@ -4,7 +4,7 @@
<div class="el-header">
<div class="app-name">{{appName}}</div>
<div class="header-info" style="position:absolute;z-index:9999999999999999;right:200px;">
<div class="header-info" style="z-index:9999999999999999;">
<!-- 天气中心 -->
<div class="weather-info">
<div class="weater">{{weater}}</div>
@ -261,7 +261,7 @@ export default {
mounted(){
},
created(){
window.AppConfig = AppConfigInfo[localStorage.getItem("areaName")];
@ -314,11 +314,16 @@ export default {
// 退
logout(){
localStorage.setItem("X-Token","");
let arr = document.getElementById("map-querybar");
arr.forEach((item,index)=>{
arr[index].style.display = "none"
})
this.$router.push({'path':'/login'})
if(document.getElementById("map-querybar")){
document.getElementById("map-querybar").style.display = "none"
}
if(document.getElementById("querybar-ssk")){
document.getElementById("querybar-ssk").style.display = "none";
}
window.location.reload();
},
//
wuzi(item){

View File

@ -29,7 +29,6 @@
清空测量数据
</div>
</div>
<div class="draw" v-show="active == 2">
<div class="draw-container">
<div class="item" v-for="(item,index) in draws" :key="index" @click="drawEntity(item.type,item.img)">
@ -116,7 +115,7 @@
img:"/img/homeimg/4.png",
type:"label"
},{
icon:"qizhi",
icon:"qizhi-1",
img:"/img/homeimg/5.png",
type:"label"
},{