del: 删除swragger页面

This commit is contained in:
TsMask
2023-11-06 10:44:50 +08:00
parent 81d1b3f9cd
commit 0b58c00566

View File

@@ -1,13 +0,0 @@
<script lang="ts" setup>
import LinkiFrame from '@/components/LinkiFrame/index.vue';
import { ref } from 'vue';
const baseUrl = import.meta.env.VITE_API_BASE_URL;
const url = ref<string>(`${baseUrl}/swagger-ui/index.html`);
</script>
<template>
<LinkiFrame :src="url"></LinkiFrame>
</template>
<style lang="less" scoped></style>