From d6bf6c38fe15510aac8e56569ca0450fb8656c89 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 30 七月 2020 18:55:09 +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