Skip to content

Commit 96111ab

Browse files
committed
feat: swagger-ui
1 parent 473de10 commit 96111ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/infra/swagger/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default {
1111
components: { iFrame },
1212
data() {
1313
return {
14-
url: process.env.VUE_APP_BASE_API + "/doc.html"
14+
// url: process.env.VUE_APP_BASE_API + "/doc.html"
15+
url: process.env.VUE_APP_BASE_API + "/swagger-ui"
1516
};
1617
},
1718
};

0 commit comments

Comments
 (0)