Commit 1d6bd3d4 authored by agping's avatar agping

黑名单

parent 08280153
......@@ -34,7 +34,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', '
formData.append('image', _this[0].files[0]);
$.ajax({
type: 'post',
url: '/index/uploadImg',
url: ServerHostImageLiu + '/index/uploadImg',
data: formData,
dataType: 'json',
contentType: false,
......
......@@ -335,7 +335,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css',
formData.append('image', _this[0].files[0]);
$.ajax({
type: 'post',
url: '/index/uploadImg',
url: ServerHostImageLiu + '/index/uploadImg',
data: formData,
dataType: 'json',
contentType: false,
......
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