Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue引入新版js-sdk报错,TypeError: o.upload.addEventListener is not a function #367

Closed
winfs opened this issue Apr 24, 2018 · 1 comment

Comments

@winfs
Copy link

winfs commented Apr 24, 2018

import * as qiniu from 'qiniu-js'
...

getUploadToken().then(res => {
if (res.data.statusCode == 200) {
const token = res.data.data.token
const file = this.file.raw
const key = this.file.name
const putExtra = {
fname: '',
params: {},
mimeType: null // 限制上传文件类型
}
const config = {
useCdnDomain: false,
disableStatisticsReport: false
}
const subObject = {
next: this.next,
error: this.error,
complete: this.complete
}
const observable = qiniu.upload(file, key, token, putExtra, config)
observable.subscribe(subObject) // 开始上传
}
}

@winddies
Copy link
Contributor

[参考](https://github.com/nuysoft/Mock/issues/127)
这个问题应该不是sdk的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants