From b4902c47c0ffd80276ffd9cb0ea6bf6908b0420c Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 30 七月 2020 11:15:40 +0800
Subject: [PATCH] 添加数据推送, 日志管理

---
 src/components/subComponents/FileUpload/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/subComponents/FileUpload/index.vue b/src/components/subComponents/FileUpload/index.vue
index 97c4562..b5ff901 100644
--- a/src/components/subComponents/FileUpload/index.vue
+++ b/src/components/subComponents/FileUpload/index.vue
@@ -149,14 +149,14 @@
     },
     computeMD5Success(md5, file) {
       // 灏嗚嚜瀹氫箟鍙傛暟鐩存帴鍔犺浇uploader瀹炰緥鐨刼pts涓�
-      if (this.$route.path.indexOf("VideoManage") >= 0) {
-        Object.assign(this.uploader.opts, {
-          query: {
-            stackId: this.DataStackPool.selectedDir.id
-            // ...this.params,
-          }
-        })
-      }
+      // if (this.$route.path.indexOf("VideoManage") >= 0) {
+      //   Object.assign(this.uploader.opts, {
+      //     query: {
+      //       stackId: this.DataStackPool.selectedDir.id
+      //       // ...this.params,
+      //     }
+      //   })
+      // }
       file.uniqueIdentifier = md5;
       file.resume();
       this.statusText.paused = "鏆傚仠涓�";

--
Gitblit v1.8.0