minio地址修改
This commit is contained in:
parent
065220e18b
commit
8a32c77f4c
|
@ -116,7 +116,7 @@ logging:
|
||||||
config: classpath:conf/log4j2.xml
|
config: classpath:conf/log4j2.xml
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
url: https://www.hnjinglian.cn:9000
|
url: http://118.253.177.137:9000
|
||||||
accessKey: admin
|
accessKey: admin
|
||||||
secretKey: lonsung301
|
secretKey: lonsung301
|
||||||
bucketName: police-security-dev
|
bucketName: police-security-dev
|
||||||
|
|
|
@ -116,7 +116,7 @@ logging:
|
||||||
config: classpath:conf/log4j2.xml
|
config: classpath:conf/log4j2.xml
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
url: https://www.hnjinglian.cn:9000
|
url: https://www.hnjinglian.cn:9002
|
||||||
accessKey: admin
|
accessKey: admin
|
||||||
secretKey: lonsung301
|
secretKey: lonsung301
|
||||||
bucketName: police-security
|
bucketName: police-security
|
||||||
|
|
|
@ -1,11 +1,18 @@
|
||||||
<template>
|
<template>
|
||||||
<administrative-division-tree/>
|
<administrative-division-tree/>
|
||||||
123123
|
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>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import AdministrativeDivisionTree from "@/components/tree/AdministrativeDivisionTree.vue";
|
import AdministrativeDivisionTree from "@/components/tree/AdministrativeDivisionTree.vue";
|
||||||
|
|
||||||
|
const objUrl = "/police-security/2024/10/30/55f99091b88c4c80ab90036d2b4914c6.jpg";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
Loading…
Reference in New Issue