fix swagger报错

This commit is contained in:
不做码农
2021-12-21 17:59:12 +08:00
parent f2c83958b4
commit 73d62e56a2
3 changed files with 3 additions and 6 deletions

View File

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