|
@@ -536,19 +536,17 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- /** ----------------------------------weosocket开始------------------------------------- */
|
|
|
|
- weosocket:false,
|
|
|
|
- /** ----------------------------------weosocket结束------------------------------------- */
|
|
|
|
iconCurrentIndex0: '',
|
|
iconCurrentIndex0: '',
|
|
iconCurrentIndex1: '',
|
|
iconCurrentIndex1: '',
|
|
iconCurrentIndex2: '',
|
|
iconCurrentIndex2: '',
|
|
listCurrentIndex: '',
|
|
listCurrentIndex: '',
|
|
showChild: false,
|
|
showChild: false,
|
|
|
|
+
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
|
|
+ weosocket:false,
|
|
websock: '',
|
|
websock: '',
|
|
setIntervalWesocketPush: null,
|
|
setIntervalWesocketPush: null,
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
-
|
|
|
|
/** ----------------------------------摄像头预览开始------------------------------------- */
|
|
/** ----------------------------------摄像头预览开始------------------------------------- */
|
|
activePanel: 'key1',
|
|
activePanel: 'key1',
|
|
isLogin: false,
|
|
isLogin: false,
|