彭宇 2 anni fa
parent
commit
52049af46d

+ 0 - 4
src/components/TVWall.vue

@@ -240,7 +240,6 @@
       /** ----------------------------------摄像头预览开始------------------------------------- */
       const DHWsInstance = DHWs.getInstance()
       this.ws = DHWsInstance
-      console.log(this.ws)
       this.ws.addEventListener('connectStateChange', data => {
         if (data) {
           console.log('连接成功')
@@ -340,16 +339,13 @@
         ]
         this.setPos()
         _this.ws.createCtrl(params).then(res => {
-          console.log(res)
           this.customizeTree(tvListJson)
         }).catch(e => {
           console.log(e)
         })
         _this.ws.on('createCtrlResult', (res) => {
-          console.log(res)
           this.customizeTree(tvListJson)
           _this.ws.on('createCtrlResult', (res) => {
-            console.log(res)
             this.customizeTree(tvListJson)
           })
         })

+ 0 - 1
src/components/eventLocation.vue

@@ -519,7 +519,6 @@
 			/** ----------------------------------摄像头预览开始------------------------------------- */
 			const DHWsInstance = DHWs.getInstance()
 			this.ws = DHWsInstance
-			console.log(this.ws)
 			/** ----------------------------------摄像头预览结束------------------------------------- */
 		},
 		methods: {

+ 0 - 1
src/views/animal.vue

@@ -291,7 +291,6 @@
 				let that = this
 				//获取左侧菜单列表
 				selectForestAnimalListByType(type).then(res => {
-					console.log(res)
 					this.animalSjfb = res.data.visuForestAnimalBOList
 					this.animalSjlb = res.data.visuForestVgdEventBOList
 					that.markersList = [];

+ 0 - 1
src/views/event.vue

@@ -462,7 +462,6 @@
 			/** ----------------------------------摄像头预览开始------------------------------------- */
 			const DHWsInstance = DHWs.getInstance();
 			this.ws = DHWsInstance;
-			console.log(this.ws);
 			/** ----------------------------------摄像头预览结束------------------------------------- */
 			/** ----------------------------------底部按钮公用组件开始------------------------------------- */
 			window.showDialog = this.showDialog

+ 0 - 2
src/views/forest.vue

@@ -336,7 +336,6 @@ export default {
     /** ----------------------------------摄像头预览开始------------------------------------- */
     const DHWsInstance = DHWs.getInstance()
     this.ws = DHWsInstance
-    console.log(this.ws)
     /** ----------------------------------摄像头预览结束------------------------------------- */
 
     /** ----------------------------------底部按钮公用组件开始------------------------------------- */
@@ -720,7 +719,6 @@ export default {
       this.eventList = []
       //右侧获取事件列表
       getEventList({ day: day }).then(res => {
-        console.log(res)
         this.eventList = res.data
         that.markersList = []
         if (this.eventList != null && this.eventList.length > 0) {

+ 0 - 2
src/views/leader.vue

@@ -193,7 +193,6 @@
 				this.listCurrentIndex2 = ''
 				//获取左侧菜单列表
 				getBaseInfo().then(res => {
-					console.log(res.data)
 					that.visuForestCloudRYBO = res.data.visuForestCloudRYBO
 					that.zrs = res.data.visuForestCloudRyZxBO.zrs
 					that.zxrs = res.data.visuForestCloudRyZxBO.zxrs
@@ -202,7 +201,6 @@
 				//获取巡林计划
 				getPlanList().then(res => {
 					this.xunLinListOne = res.data
-					console.log(res.data.visuForestCloudRYBO)
 				})
 			},
 			//获取左侧人员列表

+ 0 - 1
src/views/monitor.vue

@@ -143,7 +143,6 @@
 			/** ----------------------------------摄像头预览开始------------------------------------- */
 			const DHWsInstance = DHWs.getInstance();
 			this.ws = DHWsInstance;
-			console.log(this.ws);
 			/** ----------------------------------摄像头预览结束------------------------------------- */
 
 			/** ----------------------------------底部按钮公用组件开始------------------------------------- */

+ 0 - 1
src/views/system/menuVisu/index.vue

@@ -453,7 +453,6 @@
         this.getTreeselect();
         const menuId = row.menuId || this.ids
         getMenuVisu(menuId).then(response => {
-          console.log(response.data)
           this.form = response.data;
           this.open = true;
           this.title = "修改可视化菜单权限";