Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
617c8ed9
Commit
617c8ed9
authored
Nov 09, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
ae227115
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
api.vue
pages/api.vue
+18
-3
No files found.
pages/api.vue
View file @
617c8ed9
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<div
class=
"api-content"
>
<div
class=
"api-content"
>
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"fl"
>
<div
class=
"fl"
>
<a
href=
"/api"
class=
"mr20"
>
<Icon
type=
"md-home"
size=
"20"
/>
主页
</a>
<span>
<span>
<img
height=
"20"
width=
"20"
src=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAYFBMVEUAAABUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwB0lzB/n0BfhxBpjyC0x4////+qv4CJp1D09++ft3C/z5/K16/U379UfwDf58/q79+Ur2D2RCk9AAAAHXRSTlMAEEAwn9//z3Agv4/vYID/////////////////UMeji1kAAAD8SURBVHgBlZMFAoQwDATRxbXB7f+vPKnlXAZn6k2cf3A9z/PfOC8IIYni5FmmABM8FMhwT17c9hnhiZL1CwvEL1tmPD0qSKq6gaStW/kMXanVmAVRDUlH1OvuuTINo6k90Sxf8qsOtF6g4ff1osP3OnMcV7d4pzdIUtu1oA4V0DZoKmxmlEYvtDUjjS3tmKmqB+pYy8pD1VPf7jPE0I40HHcaBwnue6fGzgyS5tXIU96PV7rkDWHNLV0DK4FkoKmFpN5oUnvi8KoeA2/JXsmXQuokx0siR1G8tLkN6eB9sLwJp/yymcyaP/TrP+RPmbMMixcJVgTR1aUZ93oGXsgXQAaG6EwAAAAASUVORK5CYII="
alt=
"Swagger UI"
>
<img
height=
"20"
width=
"20"
src=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAYFBMVEUAAABUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwBUfwB0lzB/n0BfhxBpjyC0x4////+qv4CJp1D09++ft3C/z5/K16/U379UfwDf58/q79+Ur2D2RCk9AAAAHXRSTlMAEEAwn9//z3Agv4/vYID/////////////////UMeji1kAAAD8SURBVHgBlZMFAoQwDATRxbXB7f+vPKnlXAZn6k2cf3A9z/PfOC8IIYni5FmmABM8FMhwT17c9hnhiZL1CwvEL1tmPD0qSKq6gaStW/kMXanVmAVRDUlH1OvuuTINo6k90Sxf8qsOtF6g4ff1osP3OnMcV7d4pzdIUtu1oA4V0DZoKmxmlEYvtDUjjS3tmKmqB+pYy8pD1VPf7jPE0I40HHcaBwnue6fGzgyS5tXIU96PV7rkDWHNLV0DK4FkoKmFpN5oUnvi8KoeA2/JXsmXQuokx0siR1G8tLkN6eB9sLwJp/yymcyaP/TrP+RPmbMMixcJVgTR1aUZ93oGXsgXQAaG6EwAAAAASUVORK5CYII="
alt=
"Swagger UI"
>
Swagger:
</span>
Swagger:
</span>
...
@@ -29,7 +32,14 @@
...
@@ -29,7 +32,14 @@
</a>
</a>
<a
target=
"blank"
:href=
"host + ':10100/swagger/index.html'"
>
CRM
</a>
<a
target=
"blank"
:href=
"host + ':10100/swagger/index.html'"
>
CRM
</a>
</div>
</div>
<div
class=
"fl ml20"
>
<span>
<Icon
type=
"md-grid"
size=
"20"
/>
产品:
</span>
<a
:href=
"host+':3006'"
target=
"blank"
>
Mes
</a>
<a
:href=
"host+':3005'"
target=
"blank"
>
Portal
</a>
<a
:href=
"host+':3004'"
target=
"blank"
>
Saas
</a>
</div>
<div
class=
"fr"
>
<div
class=
"fr"
>
<RadioGroup
v-model=
"host"
type=
"button"
>
<RadioGroup
v-model=
"host"
type=
"button"
>
<Radio
label=
"http://49.232.68.61"
>
61
</Radio>
<Radio
label=
"http://49.232.68.61"
>
61
</Radio>
...
@@ -82,10 +92,15 @@ export default {
...
@@ -82,10 +92,15 @@ export default {
line-height: 33px;
line-height: 33px;
a{
a{
color: white;
color: white;
display: inline-block;
display: inline-block;
margin-left: 10px;
}
a::after{
margin-left: 10px;
content: "|";
}
}
a:hover{
a:hover{
color:
black
;
color:
orangered
;
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment