深海科学与工程研究所安全巡检系统
祖安之光
2026-03-18 53a4a074f3e59efb05b2e5ca76d364f53939d957
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>