From d71fd5702c0dca993742cb421e7203eafefd2d97 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 17 六月 2021 19:22:26 +0800
Subject: [PATCH] 修复朔黄视频标注

---
 src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index 02a834b..be86e3f 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -332,7 +332,7 @@
       keyword: "",
       IsFollow: "",
       searchTime: [
-        new Date(2021, 0, 1, 0, 0, 0),
+        new Date(2020, 0, 1, 0, 0, 0),
         new Date(2021, 11, 31, 23, 59, 59),
       ],
       curTabPage: 1,

--
Gitblit v1.8.0