Merge branch 'zhaoyue-dev4' into 'master'
Add online config See merge request !53
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
| 27 | if (url && url.length > 1) { | 27 | if (url && url.length > 1) { |
| 28 | url = decodeURIComponent(url[1]); | 28 | url = decodeURIComponent(url[1]); |
| 29 | } else { | 29 | } else { |
| 30 | - url = "http://139.129.166.85:8090/api-docs"; | 30 | + url = "https://api.xkljk.com/api-docs"; |
| 31 | } | 31 | } |
| 32 | window.swaggerUi = new SwaggerUi({ | 32 | window.swaggerUi = new SwaggerUi({ |
| 33 | url: url, | 33 | url: url, |
-
Please register or login to post a comment