From 8b31ebab2fd3bb4397f4966767a1ed7ddef3ff2c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期一, 27 九月 2021 17:42:06 +0800
Subject: [PATCH] 系统设置v1.1

---
 src/pages/cameraAccess/components/DataStackInfo.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/pages/cameraAccess/components/DataStackInfo.vue b/src/pages/cameraAccess/components/DataStackInfo.vue
index 7b695db..57281fa 100644
--- a/src/pages/cameraAccess/components/DataStackInfo.vue
+++ b/src/pages/cameraAccess/components/DataStackInfo.vue
@@ -332,7 +332,6 @@
   copyFile
 } from "@/api/localVedio";
 
-import { changeRunType } from "@/api/pollConfig";
 
 import InfoCard from "./infoCard"
 import eChartsBar from '@/components/subComponents/eChartsBar'
@@ -441,8 +440,6 @@
   },
   mounted() {
     this.initFormData();
-    console.log(this.PollData.barCharts)
-
   },
   beforeDestroy() {
     this.taskUid = 0;

--
Gitblit v1.8.0