|
@@ -17274,7 +17274,9 @@ export default {
|
|
|
}, 5000);
|
|
}, 5000);
|
|
|
if (_this.timer2 == null) {
|
|
if (_this.timer2 == null) {
|
|
|
_this.timer2 = setInterval(()=> {
|
|
_this.timer2 = setInterval(()=> {
|
|
|
- _this.getSplitScreenData();//获取分屏数据
|
|
|
|
|
|
|
+ if (_this.$region != 'hk') {
|
|
|
|
|
+ _this.getSplitScreenData();//获取分屏数据
|
|
|
|
|
+ }
|
|
|
}, 5000);
|
|
}, 5000);
|
|
|
}
|
|
}
|
|
|
_this.$nextTick(function () {
|
|
_this.$nextTick(function () {
|