|
@@ -888,6 +888,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
|
+ showMoreInfo(type){
|
|
|
+ if(type=='more'){
|
|
|
+ this.$router.push('/historicTaskScreen')
|
|
|
+ }else {
|
|
|
+ this.$router.push('/situationScreen')
|
|
|
+ }
|
|
|
+ },
|
|
|
//计算缩放比例
|
|
|
resize_window() {
|
|
|
// this.screenWidth = document.body.clientWidth;
|
|
@@ -3102,15 +3109,6 @@ export default {
|
|
|
}
|
|
|
return isFull;
|
|
|
},
|
|
|
- showMoreInfo(type){
|
|
|
- if(type=='more'){
|
|
|
- this.$router.push('/historicTaskScreen')
|
|
|
- }else {
|
|
|
- this.$router.push('/situationScreen')
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
-
|
|
|
// 初始化视频
|
|
|
initVideo(nowPlayVideoUrl,id) {
|
|
|
let that =this
|