From c16ee7fc2c6cbda1cc8e87f21f1c29b2cb5948cd Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 08 六月 2021 16:34:36 +0800
Subject: [PATCH] 升级swagger到最新版本v3.0.0

---
 ruoyi-ui/src/views/tool/swagger/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/tool/swagger/index.vue b/ruoyi-ui/src/views/tool/swagger/index.vue
index 00484e2..8db3180 100644
--- a/ruoyi-ui/src/views/tool/swagger/index.vue
+++ b/ruoyi-ui/src/views/tool/swagger/index.vue
@@ -5,9 +5,10 @@
 </template>
 <script>
 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
     };

--
Gitblit v1.9.2