From 7601a72fafb0e7e3902aa01103c745e654484b8c Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 15 Jun 2021 10:26:19 +0800
Subject: [PATCH] 升级element-ui到最新版本2.15.2
---
ruoyi-ui/src/views/tool/swagger/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/tool/swagger/index.vue b/ruoyi-ui/src/views/tool/swagger/index.vue
index 624b59a..8db3180 100644
--- a/ruoyi-ui/src/views/tool/swagger/index.vue
+++ b/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
};
--
Gitblit v1.9.2