From d656ff9cf8c97a01c0cc990d935e4b42b314be22 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 06 八月 2020 18:21:50 +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