From 7f7ecead88df6f120e1a5031339eda7398bdf765 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Wed, 5 Apr 2017 11:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9Aapi=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=9C=B0=E5=9D=80=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/apidoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Scripts/apidoc.js b/Bootstrap.Admin/Scripts/apidoc.js index c4e4dbcf..a1591304 100644 --- a/Bootstrap.Admin/Scripts/apidoc.js +++ b/Bootstrap.Admin/Scripts/apidoc.js @@ -39,7 +39,7 @@ return; } $.ajax({ - url: '../' + options.url, + url: options.url, data: options.data, type: options.method, headers: options.headers,