Authored by zhaoyue

Add online config

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