|
@@ -985,6 +985,7 @@ export default {
|
|
|
},
|
|
|
onShow() {
|
|
|
this.showModle = true;
|
|
|
+ this.todayDate = this.$time(new Date(), 2);
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
const devItem = JSON.parse(options.devItem);
|
|
@@ -1028,7 +1029,6 @@ export default {
|
|
|
onUnload() {
|
|
|
this.inactivityTimer = null;
|
|
|
this.autoPlayinterval = null;
|
|
|
- this.showModle = false;
|
|
|
if (this.mqttData) {
|
|
|
this.mqttData.end(true);
|
|
|
this.mqttData = null;
|
|
@@ -1036,6 +1036,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onHide() {
|
|
|
+ this.showModle = false;
|
|
|
// this.inactivityTimer = null;
|
|
|
// this.autoPlayinterval = null;
|
|
|
// this.showModle = false;
|