Commit ea4b88a4 by naan1993

纠正webupload资源引入路径错误

parent 8666a7e0
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
mimeTypes : 'image/gif,image/jpg,image/jpeg,image/bmp,image/png' mimeTypes : 'image/gif,image/jpg,image/jpeg,image/bmp,image/png'
}, },
swf : Feng.ctxPath swf : Feng.ctxPath
+ '/static/css/plugins/webuploader/Uploader.swf', + '/static/js/plugins/webuploader/Uploader.swf',
disableGlobalDnd : true, disableGlobalDnd : true,
duplicate : true, duplicate : true,
server : this.uploadUrl, server : this.uploadUrl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment