升级swagger到最新版本v3.0.0

This commit is contained in:
RuoYi
2021-06-08 16:34:36 +08:00
parent fd33fe869d
commit c16ee7fc2c
5 changed files with 25 additions and 51 deletions

View File

@ -158,7 +158,6 @@ export default {
});
},
handleUploadSuccess(res, file) {
console.info(file);
// 获取富文本组件实例
let quill = this.Quill;
// 如果上传成功

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 + "/swagger-ui/index.html",
height: document.documentElement.clientHeight - 94.5 + "px;",
loading: true
};