From 81afc2e465c68f8b14b54a7ec350f28d09583cf1 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 03 八月 2020 11:28:00 +0800 Subject: [PATCH] iframe窗口操作图标替换el-icon,删除天气json --- 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