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