update 优化 移除自带 swagger-ui 界面包 建议使用外置工具

This commit is contained in:
疯狂的狮子li
2022-07-11 16:29:16 +08:00
parent f2d502faf8
commit af54608f62
12 changed files with 11 additions and 29 deletions

View File

@ -1,15 +0,0 @@
<template>
<i-frame :src="url" />
</template>
<script>
import iFrame from "@/components/iFrame/index";
export default {
name: "Swagger",
components: { iFrame },
data() {
return {
url: process.env.VUE_APP_BASE_API + "/doc.html"
};
},
};
</script>