From f0d9c73af88fe8e34937ab039c58a12a1ac6e021 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 08 Dec 2025 11:10:20 +0800
Subject: [PATCH] feat:任务管理历史任务详情中,接口展示统一

---
 src/store/modules/device.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/device.js b/src/store/modules/device.js
index 72ad0a7..ea7b9dc 100644
--- a/src/store/modules/device.js
+++ b/src/store/modules/device.js
@@ -80,7 +80,7 @@
 const mutations = {
   // 获取视频相关信息
   SAVE_VIDEO_SURVEILLANCE_INFO (state, info) {
-    console.log('videoSurveillanceInfo', info)
+    // console.log('videoSurveillanceInfo', info)
     state.videoSurveillance = info
   },
   SET_LAYER_INFO (state, info) {

--
Gitblit v1.9.3