Commit ac863996 authored by Liang Ding's avatar Liang Ding

Merge remote-tracking branch 'refs/remotes/origin/master' into 1.8.0-dev

parents 4ba1816e 63e75321
...@@ -1356,7 +1356,7 @@ admin.article = { ...@@ -1356,7 +1356,7 @@ admin.article = {
var filename = ""; var filename = "";
$('#articleUpload').fileupload({ $('#articleUpload').fileupload({
multipart: true, multipart: true,
url: "http://upload.qiniu.com/", url: "https://up.qbox.me",
add: function (e, data) { add: function (e, data) {
filename = data.files[0].name; filename = data.files[0].name;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
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