You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
387 B
19 lines
387 B
<!-- 接口文档 -->
|
|
<template>
|
|
<div class="app-container">
|
|
<iframe
|
|
src="https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5"
|
|
width="100%"
|
|
height="100%"
|
|
frameborder="0"
|
|
></iframe>
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss" scoped>
|
|
.app-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: calc(100vh - 124px);
|
|
}
|
|
</style>
|
|
|