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
d6f890e2
Commit
d6f890e2
authored
Nov 09, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
621b6ac4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
api.vue
pages/api.vue
+62
-0
No files found.
pages/api.vue
0 → 100644
View file @
d6f890e2
<
template
>
<div
class=
"api-content"
>
<div
class=
"header"
>
<span>
Swagger:
</span>
<a
target=
"blank"
:href=
"host+':10020/swagger/index.html'"
>
系统管理
</a>
<a
target=
"blank"
:href=
"host+':10030/swagger/index.html'"
>
工艺规程(旧)
</a>
<a
target=
"blank"
:href=
"host+':10031/swagger/index.html'"
>
工艺规程
</a>
<a
target=
"blank"
:href=
"host+':10040/swagger/index.html'"
>
制造资源
</a>
<a
target=
"blank"
:href=
"host+':10050/swagger/index.html'"
>
计划管理
</a>
<a
target=
"blank"
:href=
"host+':10060/swagger/index.html'"
>
工作流
</a>
<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+':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>
</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"
}
}
}
</
script
>
<
style
lang=
"less"
>
.api-content{
height: 100vh;
.main{
height: calc(100vh - 60px);
}
}
</
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