From 2880c82c4b203c878c5c77ec800287bff0d93c3e Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 1 Jan 2017 21:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9Aapidoc=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=94=99=E8=AF=AF?= 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 f0a9c630..0ce90655 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,