Browse Source

获取文件路径换成相对路径

luyanan 7 years ago
parent
commit
c93bac9d51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/discoverNew.js

+ 1 - 1
app/js/discoverNew.js

421
			}
421
			}
422
422
423
			function aiticl(id) {
423
			function aiticl(id) {
424
				$.ajax("http://www.ekexiu.com" + "/ajax/article/query", {
424
				$.ajax(baseUrl + "/ajax/article/query", {
425
					dataType: 'json', //服务器返回json格式数据
425
					dataType: 'json', //服务器返回json格式数据
426
					type: "get", //HTTP请求类型
426
					type: "get", //HTTP请求类型
427
					timeout: 10000, //超时时间设置为10秒;
427
					timeout: 10000, //超时时间设置为10秒;