修改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;
}
$.ajax({
url: '../' + options.url,
url: options.url,
data: options.data,
type: options.method,
headers: options.headers,