Commit d6f890e2 authored by 周远喜's avatar 周远喜

ok

parent 621b6ac4
<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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment