From 8a32c77f4c13e1dbfa7ff529201702fc71a9da89 Mon Sep 17 00:00:00 2001 From: luozhun <2025254074@qq.com> Date: Thu, 31 Oct 2024 15:20:01 +0800 Subject: [PATCH] =?UTF-8?q?minio=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/env/dev/application.yml | 2 +- .../src/main/resources/env/prod/application.yml | 2 +- superManagement/src/views/test.vue | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/policeSecurityServer/src/main/resources/env/dev/application.yml b/policeSecurityServer/src/main/resources/env/dev/application.yml index ac28684..b638e99 100644 --- a/policeSecurityServer/src/main/resources/env/dev/application.yml +++ b/policeSecurityServer/src/main/resources/env/dev/application.yml @@ -116,7 +116,7 @@ logging: config: classpath:conf/log4j2.xml minio: - url: https://www.hnjinglian.cn:9000 + url: http://118.253.177.137:9000 accessKey: admin secretKey: lonsung301 bucketName: police-security-dev diff --git a/policeSecurityServer/src/main/resources/env/prod/application.yml b/policeSecurityServer/src/main/resources/env/prod/application.yml index 81ebf76..ea1f45f 100644 --- a/policeSecurityServer/src/main/resources/env/prod/application.yml +++ b/policeSecurityServer/src/main/resources/env/prod/application.yml @@ -116,7 +116,7 @@ logging: config: classpath:conf/log4j2.xml minio: - url: https://www.hnjinglian.cn:9000 + url: https://www.hnjinglian.cn:9002 accessKey: admin secretKey: lonsung301 bucketName: police-security diff --git a/superManagement/src/views/test.vue b/superManagement/src/views/test.vue index 170ad7c..b712762 100644 --- a/superManagement/src/views/test.vue +++ b/superManagement/src/views/test.vue @@ -1,11 +1,18 @@