From 456f5e4a5c9fb56f937b0a0b7099d36703406313 Mon Sep 17 00:00:00 2001 From: elunez <42142420+elunez@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:53:28 +0800 Subject: [PATCH] =?UTF-8?q?[Bug=E4=BF=AE=E5=A4=8D](master):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9swagger=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80=20(#122)?= =?UTF-8?q?=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 2hxst <1141169626@qq.com> --- src/store/modules/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/api.js b/src/store/modules/api.js index 7aae92e..563c578 100644 --- a/src/store/modules/api.js +++ b/src/store/modules/api.js @@ -15,7 +15,7 @@ const api = { // Sql 监控 sqlApi: baseUrl + '/druid/index.html', // swagger - swaggerApi: baseUrl + '/swagger-ui.html', + swaggerApi: baseUrl + '/doc.html', // 文件上传 fileUploadApi: baseUrl + '/api/localStorage', // baseUrl,