Authored by zhaoyue

Fix little points

... ... @@ -27,7 +27,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://139.129.166.85:8090/api-docs";
url = "http://127.0.0.1:8090/api-docs";
}
window.swaggerUi = new SwaggerUi({
url: url,
... ...