Commit 18d5f37d authored by Kimber's avatar Kimber

'update'

parent 042ca33b
...@@ -108,13 +108,17 @@ var gemhoUtil = { ...@@ -108,13 +108,17 @@ var gemhoUtil = {
const type = localStorage.getItem('bigScreenDetailMenuModel') const type = localStorage.getItem('bigScreenDetailMenuModel')
if(type === 'emergency'){ if(type === 'emergency'){
window.open('/datav/index.html') //window.open('/datav/index.html')
window.location.href = '/datav/index.html';
}else if(type === 'natural'){ }else if(type === 'natural'){
window.open('/datav/natural.html') //window.open('/datav/natural.html')
window.location.href = '/datav/natural.html';
}else if(type === 'watersystem'){ }else if(type === 'watersystem'){
window.open('/datav/watersource.html') //window.open('/datav/watersource.html')
window.location.href = '/datav/watersource.html';
}else if(type === 'ecosystem'){ }else if(type === 'ecosystem'){
window.open('/datav/index.html') //window.open('/datav/index.html')
window.location.href = '/datav/index.html';
} }
}, },
changeMenu(item) { changeMenu(item) {
......
...@@ -227,9 +227,13 @@ ...@@ -227,9 +227,13 @@
} }
} }
.footer{ .footer{
.actv{box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.2);} .actv{box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.2);}
.item-wrap{
&>div{
cursor:pointer;
}
}
} }
} }
</style> </style>
...@@ -462,7 +466,7 @@ ...@@ -462,7 +466,7 @@
<div class="absolute flex-text footer" style="bottom: 10px;left: 50%;transform: translateX(-50%);"> <div class="absolute flex-text footer" style="bottom: 10px;left: 50%;transform: translateX(-50%);">
<div class="flex-text" :style="{ transform: 'scale(' + (widthScale > 1 ? 1 : widthScale) + ')' }"> <div class="flex-text" :style="{ transform: 'scale(' + (widthScale > 1 ? 1 : widthScale) + ')' }">
<div class="flex-text" :class="isFullScreen?'tr-bottom':'tr-bottom-re'"> <div class="flex-text item-wrap" :class="isFullScreen?'tr-bottom':'tr-bottom-re'">
<div class="relative" @click="mineTypeEvent(1)" :class="{actv:mineType===1}"> <div class="relative" @click="mineTypeEvent(1)" :class="{actv:mineType===1}">
<img style="width: 134px;height: 146px;" src="static/mine-bg-0.png" alt=""> <img style="width: 134px;height: 146px;" src="static/mine-bg-0.png" alt="">
<div class="poa-cover flex-text flex-column"> <div class="poa-cover flex-text flex-column">
......
This diff is collapsed.
This diff is collapsed.
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</div> </div>
</div> </div>
<div class="bottomTitle">@中和地信有限公司</div> <!-- <div class="bottomTitle">@中和地信有限公司</div> -->
</div> </div>
</template> </template>
...@@ -115,7 +115,6 @@ export default { ...@@ -115,7 +115,6 @@ export default {
var host = location.protocol + "//" + window.location.host; var host = location.protocol + "//" + window.location.host;
if (type === "admin") { if (type === "admin") {
// this.$router.push({ path: "home4Center" }); // this.$router.push({ path: "home4Center" });
this.$router.push({ path: "/user/center" }); this.$router.push({ path: "/user/center" });
} else if (type === "应急管理") { } else if (type === "应急管理") {
// this.$router.push({ path: "home4Center" }); // this.$router.push({ path: "home4Center" });
...@@ -123,11 +122,9 @@ export default { ...@@ -123,11 +122,9 @@ export default {
// location.href = 'http://192.168.3.226:8057/datav/index.html' // location.href = 'http://192.168.3.226:8057/datav/index.html'
location.href = host + "/datav/index.html"; location.href = host + "/datav/index.html";
} else if (type === "自然资源") { } else if (type === "自然资源") {
// location.href = process.env.NODE_ENV + ''
// location.href = 'http://192.168.3.226:8057/datav/natural.html'
//location.href = host + "/datav/natural.html"; //location.href = host + "/datav/natural.html";
} else if (type === "水利系统") { } else if (type === "水利系统") {
// location.href = host + "/datav/watersource.html"; //location.href = host + "/datav/watersource.html";
} else if (type === "电子档案馆") { } else if (type === "电子档案馆") {
// this.$router.push({ path: "home4Center" }); // this.$router.push({ path: "home4Center" });
this.$router.push({ path: "/user/center" }); this.$router.push({ path: "/user/center" });
...@@ -270,7 +267,7 @@ export default { ...@@ -270,7 +267,7 @@ export default {
height: 100%; height: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 100%; background-size:100% 100%;
overflow: hidden; overflow: hidden;
} }
.content{ .content{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment