RuoYi
2021-06-08 c16ee7fc2c6cbda1cc8e87f21f1c29b2cb5948cd
ruoyi-ui/src/views/tool/swagger/index.vue
@@ -8,7 +8,7 @@
  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
    };