Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
zhaoyue
2017-05-09 00:45:38 +0800
Commit
8a0c3ba0a5ae92b116b94a461e72a927c4fb8ec0
2 parents
8d1ad68f
bea0175b
Merge branch 'zhaoyue-dev4' into 'master'
Add online config See merge request
!53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/public/index.html.online
src/main/resources/public/index.html.online
View file @
8a0c3ba
...
...
@@ -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
s://api.xkljk.com
/api-docs"
;
}
window
.
swaggerUi
=
new
SwaggerUi
({
url
:
url
,
...
...
Please
register
or
login
to post a comment