仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ecms
能源管控
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
!74 成本趋势分析:月和年没有数据。 Merge pull request !74 from 潘晓明/pxm_from_develop1.0
zhitan-cloud
2025-02-13
01af882b9316d23dbb079f529a264a4996ff2f6c
[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>