仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ecms
能源管控
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
!98 解决日月年综合分析图表bug Merge pull request !98 from Alioo/develop_alioo
Alioo
2025-02-27
279a03146977f22dbe34c8abb2a9a9d57ca91e39
[ecms.git]
/
zhitan-vue
/
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>