修改BUG:api请求地址不正确

This commit is contained in:
Argo-Lenovo 2017-04-05 11:36:36 +08:00
parent 9d1f3a2139
commit 7f7ecead88
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
return; return;
} }
$.ajax({ $.ajax({
url: '../' + options.url, url: options.url,
data: options.data, data: options.data,
type: options.method, type: options.method,
headers: options.headers, headers: options.headers,