minio地址修改

This commit is contained in:
luozhun 2024-10-31 15:20:01 +08:00
parent 065220e18b
commit 8a32c77f4c
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,11 +1,18 @@
<template>
<administrative-division-tree/>
123123
<a-image src="http://118.253.177.137:9000/police-security/2024/10/30/55f99091b88c4c80ab90036d2b4914c6.jpg"/>
<a-image width="100" height="100"
:src="'https://www.hnjinglian.cn:9002'+objUrl"/>
<a-image width="100" height="100"
:src="'https://www.hnjinglian.cn:2563/minio_9000'+objUrl"/>
<a-image width="100" height="100"
:src="'http://118.253.177.137:9000'+objUrl"/>
</template>
<script setup lang="ts">
import AdministrativeDivisionTree from "@/components/tree/AdministrativeDivisionTree.vue";
const objUrl = "/police-security/2024/10/30/55f99091b88c4c80ab90036d2b4914c6.jpg";
</script>
<style scoped lang="scss">