修改BUG:apidoc地址错误

This commit is contained in:
Argo-Lenovo 2017-01-01 21:45:52 +08:00
parent 5fa1f51aa3
commit 2880c82c4b
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,