修改BUG:api请求地址不正确
This commit is contained in:
parent
9d1f3a2139
commit
7f7ecead88
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue