refactor: 集成knife4j替换swagger

This commit is contained in:
valarchie
2023-02-04 17:58:37 +08:00
parent eb43371cbb
commit 5d9b8b23d7
3 changed files with 3 additions and 3 deletions

View File

@@ -87,6 +87,6 @@ npm run dev
QQ 群: [![加入QQ群](https://img.shields.io/badge/1398880-blue.svg)](https://qm.qq.com/cgi-bin/qm/qr?k=TR5guoXS0HssErVWefmdFRirJvfpEvp1&jump_from=webapi&authKey=VkWMmVhp/pNdWuRD8sqgM+Sv2+Vy2qCJQSeLmeXlLtfER2RJBi6zL56PdcRlCmTs) 点击按钮入群。
如果觉得该项目对您有帮,可以小额捐赠支持本项目演示网站服务器等费用~
如果觉得该项目对您有帮,可以小额捐赠支持本项目演示网站服务器等费用~
<img alt="logo" height="200" src="https://oscimg.oschina.net/oscnet/up-28b63fdd7b3ce003bd30c25883f2276212b.png">

View File

@@ -163,7 +163,7 @@
style="width: 100%"
/>
<span style="display: inline-block; height: 30px; line-height: 30px"
>如果觉得该项目对您有帮可以小额捐赠支持该演示网站服务器等费用</span
>如果觉得该项目对您有帮可以小额捐赠支持该演示网站服务器等费用</span
>
</div>
</el-card>

View File

@@ -5,5 +5,5 @@
<script setup>
import iFrame from '@/components/iFrame';
const url = ref(`${import.meta.env.VITE_APP_BASE_API}/swagger-ui/index.html`);
const url = ref(`${import.meta.env.VITE_APP_BASE_API}/doc.html`);
</script>