升级swagger到最新版本v3.0.0
This commit is contained in:
@ -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 + "/swagger-ui/index.html",
|
||||
height: document.documentElement.clientHeight - 94.5 + "px;",
|
||||
loading: true
|
||||
};
|
||||
|
Reference in New Issue
Block a user