接口文档

master
DongZeLiang 2023-10-10 14:09:34 +08:00
parent fd6e0f7fee
commit d2595b55cd
2 changed files with 1 additions and 1011 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ export default {
components: {iFrame}, components: {iFrame},
data() { data() {
return { return {
url: process.env.VUE_APP_BASE_API + "/swagger-ui/index.html" url: process.env.VUE_APP_BASE_API + "/doc.html"
}; };
}, },
}; };