|
@@ -374,7 +374,7 @@ export default {
|
|
let routeData = this.$router.resolve({
|
|
let routeData = this.$router.resolve({
|
|
name:'/home/homePage',
|
|
name:'/home/homePage',
|
|
})
|
|
})
|
|
- window.open(routeData.href, true);
|
|
|
|
|
|
+ window.open(routeData.href, '_blank');
|
|
window.__fromGroupPage = {
|
|
window.__fromGroupPage = {
|
|
level: 0,
|
|
level: 0,
|
|
plazaName: data.cname,
|
|
plazaName: data.cname,
|
|
@@ -382,8 +382,6 @@ export default {
|
|
}
|
|
}
|
|
this.$store.commit('SETPLAZENAME', data.cname)
|
|
this.$store.commit('SETPLAZENAME', data.cname)
|
|
localStorage.setItem('PLAZAID', data.ccode)
|
|
localStorage.setItem('PLAZAID', data.ccode)
|
|
- this.$store.commit('STOREPLAZAID', data.ccode)
|
|
|
|
- this.$store.commit('SETISGETMAP',true)
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -975,8 +973,6 @@ export default {
|
|
}
|
|
}
|
|
this.$store.commit('SETPLAZENAME', data.cname)
|
|
this.$store.commit('SETPLAZENAME', data.cname)
|
|
localStorage.setItem('PLAZAID', data.ccode)
|
|
localStorage.setItem('PLAZAID', data.ccode)
|
|
- this.$store.commit('STOREPLAZAID', data.ccode)
|
|
|
|
- this.$store.commit('SETISGETMAP',true)
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -1037,9 +1033,6 @@ export default {
|
|
.selectDownUpExtendTop-leave-active {
|
|
.selectDownUpExtendTop-leave-active {
|
|
animation: selectDownUpExtendTop .3s reverse
|
|
animation: selectDownUpExtendTop .3s reverse
|
|
}
|
|
}
|
|
-.p-tree-single-panel{
|
|
|
|
- height: 400!important;
|
|
|
|
-}
|
|
|
|
.overview {
|
|
.overview {
|
|
height: 100vh;
|
|
height: 100vh;
|
|
background: rgba(247, 249, 250, 1);
|
|
background: rgba(247, 249, 250, 1);
|