Commit 2281dbe2 authored by 黄奎's avatar 黄奎

页面修改

parent 428e7e6e
This diff is collapsed.
......@@ -153,8 +153,9 @@ export default {
}, function (err, data) {
if (data && data.statusCode == 200) {
var uploadResult = {
resultCode:1,
FileName: fileObj.name,
FileUrl: data.Location
FileUrl: "http://"+data.Location
}
if (callback) {
callback(uploadResult);
......
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