dashboard
repositories
filestore
activity
search
login
main
/
oceanScienceInspectWeb
深海科学与工程研究所安全巡检系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加暂存和图片
祖安之光
5 days ago
0e5a00bf8804b600415f53e71b80d12b250958be
[oceanScienceInspectWeb.git]
/
src
/
views
/
tool
/
swagger
/
index.vue
1
2
3
4
5
6
7
8
9
<template>
<i-frame v-model:src="url"></i-frame>
</template>
<script setup>
import iFrame from '@/components/iFrame'
const url = ref(import.meta.env.VITE_APP_BASE_API + "/swagger-ui/index.html")
</script>