We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"defaultOptions": { 'uploaderFileName': 'file', 'uploaderSwfUrl': uf.getOption('URL') + '/lib/webuploader/Uploader.swf', 'uploaderJsUrl': uf.getOption('URL') + '/lib/webuploader/webuploader.js' },
位置不清楚就是有一句setDefaultOptions中的$.extend(this._options, obj, true);执行之后,我在window.UFINDER_CONFIG中设置的uploaderSwfUrl和uploaderJsUrl会被覆盖。 是我的用法不对还是别的什么原因?
The text was updated successfully, but these errors were encountered:
已修复这个问题,谢谢反馈
Sorry, something went wrong.
No branches or pull requests
"defaultOptions": {
'uploaderFileName': 'file',
'uploaderSwfUrl': uf.getOption('URL') + '/lib/webuploader/Uploader.swf',
'uploaderJsUrl': uf.getOption('URL') + '/lib/webuploader/webuploader.js'
},
位置不清楚就是有一句setDefaultOptions中的$.extend(this._options, obj, true);执行之后,我在window.UFINDER_CONFIG中设置的uploaderSwfUrl和uploaderJsUrl会被覆盖。
是我的用法不对还是别的什么原因?
The text was updated successfully, but these errors were encountered: