del: 删除swragger页面
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user