|
@@ -22,6 +22,7 @@
|
|
|
import {videoPlayer } from 'vue-video-player';
|
|
|
import 'video.js/dist/video-js.css'
|
|
|
import { MessageBox } from "element-ui";
|
|
|
+import { config } from "shelljs";
|
|
|
export default {
|
|
|
name: "Index",
|
|
|
data() {
|
|
@@ -123,6 +124,7 @@
|
|
|
},
|
|
|
updateBlurtime(){
|
|
|
this.onblurTime = Date.now() + 15*60 * 1000
|
|
|
+ console.log("updateBlurtime", this.onblurTimes)
|
|
|
},
|
|
|
startMonitor() {
|
|
|
let that = this
|