update swagger 模板修改为 swagger-bootstrap-ui

This commit is contained in:
疯狂的狮子li
2021-03-15 17:51:00 +08:00
parent 04e1dc351e
commit 63a582404b
7 changed files with 18 additions and 63 deletions

View File

@ -8,7 +8,7 @@ export default {
name: "Swagger",
data() {
return {
src: process.env.VUE_APP_BASE_API + "/swagger-ui.html",
src: process.env.VUE_APP_BASE_API + "/doc.html",
height: document.documentElement.clientHeight - 94.5 + "px;",
loading: true
};