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
d386ca31
Commit
d386ca31
authored
Nov 09, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加swagger集成页面
parent
d6f890e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
46 deletions
+71
-46
api.vue
pages/api.vue
+71
-46
No files found.
pages/api.vue
View file @
d386ca31
<
template
>
<div
class=
"api-content"
>
<div
class=
"header"
>
<span>
Swagger:
</span>
<a
target=
"blank"
:href=
"host+':10020/swagger/index.html'"
>
系统管理
<div
class=
"api-content"
>
<div
class=
"header"
>
<div
class=
"fl"
>
<span>
Swagger:
</span>
<a
target=
"blank"
:href=
"host + ':10020/swagger/index.html'"
>
系统管理
</a>
<a
target=
"blank"
:href=
"host+
':10030/swagger/index.html'"
>
工艺规程(旧)
<a
target=
"blank"
:href=
"host +
':10030/swagger/index.html'"
>
工艺规程(旧)
</a>
<a
target=
"blank"
:href=
"host
+
':10031/swagger/index.html'"
>
工艺规程
<a
target=
"blank"
:href=
"host
+
':10031/swagger/index.html'"
>
工艺规程
</a>
<a
target=
"blank"
:href=
"host+
':10040/swagger/index.html'"
>
制造资源
<a
target=
"blank"
:href=
"host +
':10040/swagger/index.html'"
>
制造资源
</a>
<a
target=
"blank"
:href=
"host+
':10050/swagger/index.html'"
>
计划管理
<a
target=
"blank"
:href=
"host +
':10050/swagger/index.html'"
>
计划管理
</a>
<a
target=
"blank"
:href=
"host
+
':10060/swagger/index.html'"
>
工作流
<a
target=
"blank"
:href=
"host
+
':10060/swagger/index.html'"
>
工作流
</a>
<a
target=
"blank"
:href=
"host+':10070/swagger/index.html'"
>
Bug
<a
target=
"blank"
:href=
"host + ':10070/swagger/index.html'"
>
Bug
</a>
<a
target=
"blank"
:href=
"host + ':10090/swagger/index.html'"
>
certificate
</a>
<a
target=
"blank"
:href=
"host+':10090/swagger/index.html'"
>
certificate
</a>
<a
target=
"blank"
:href=
"host+':10100/swagger/index.html'"
>
CRM
</a>
<div
class=
"fr"
>
</div>
</div>
<div
class=
"main"
>
<iframe
src=
"http://47.92.102.113:5000/"
frameborder=
"0"
width=
"100%"
height=
"100%"
></iframe>
</div>
<a
target=
"blank"
:href=
"host + ':10100/swagger/index.html'"
>
CRM
</a>
</div>
<div
class=
"fr"
>
<RadioGroup
v-model=
"host"
type=
"button"
>
<Radio
label=
"http://49.232.68.61"
>
61
</Radio>
<Radio
label=
"http://39.100.148.168"
>
168
</Radio>
</RadioGroup>
</div>
</div>
<div
class=
"main"
>
<iframe
src=
"http://47.92.102.113:5000/account/login"
frameborder=
"0"
width=
"100%"
height=
"100%"
></iframe>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
'Api'
,
layout
:
'empty'
,
data
()
{
return
{
url
:
"http://39.100.148.168:10010/swagger/index.html"
,
host
:
"http://39.100.148.168"
}
}
}
export
default
{
name
:
"Api"
,
layout
:
"empty"
,
header
:{
title
:
"Swagger集成页面"
},
data
()
{
return
{
url
:
"http://39.100.148.168:10010/swagger/index.html"
,
host
:
"http://39.100.148.168"
,
};
},
};
</
script
>
<
style
lang=
"less"
>
.api-content{
height: 100vh;
.main{
height: calc(100vh - 60px);
}
}
.api-content {
height: 100vh;
.header{
background: #89bf04;
height: 33px;
color: white;
.fl{
line-height: 33px;
a{
color: white;
display: inline-block;
}
a:hover{
color: black;
}
}
}
.main {
height: calc(100vh - 40px);
}
}
</
style
>
\ No newline at end of file
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