swagger文档管理改为API接口文档管理

This commit is contained in:
暮光:城中城
2021-11-26 23:51:14 +08:00
parent 4408525b45
commit 91aef6f9f4
165 changed files with 3892 additions and 5744 deletions

View File

@@ -8,9 +8,9 @@
<span>所有产品</span>
</div>
<div class="product-list">
<div class="item" v-on:click="jumpToDocPage('doc-swagger-plus')">
<div class="logo-text text1">Swagger</div>
<div>Swagger文档</div>
<div class="item" v-on:click="jumpToDocPage('doc-api')">
<div class="logo-text text1">API</div>
<div>API接口文档</div>
</div>
<div class="item" v-on:click="jumpToDocPage('doc-db')">
<div class="logo-text text2">DB</div>