Commit 1aa647aa authored by agping's avatar agping

3

parent a2216eea
......@@ -233,7 +233,7 @@ define (['doT', 'text!temp/banner_template_tpl.html', 'ckfinder', 'ckfinderStart
formData.append('image', _this[0].files[0]);
$.ajax({
type: 'post',
url: 'https://images.tonglianjituan.com/index/uploadImg',
url: ServerHostImageLiu+'/index/uploadImg',
data: formData,
dataType: 'json',
contentType: false,
......
......@@ -153,7 +153,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
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