Commit 83a5887e authored by duxinyuan's avatar duxinyuan

update images url

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