From 5438cc69a1939e92b5796fe116537a8fddbc6c63 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Sat, 3 Jun 2023 14:04:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=98=BF=E9=87=8C?= =?UTF-8?q?=E4=BA=91oss=20bucket=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-admin/src/main/resources/application-prd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-admin/src/main/resources/application-prd.yml b/jsowell-admin/src/main/resources/application-prd.yml index 494ba85d5..669ce645e 100644 --- a/jsowell-admin/src/main/resources/application-prd.yml +++ b/jsowell-admin/src/main/resources/application-prd.yml @@ -114,11 +114,11 @@ aliyunoss: # AccessKey 秘钥 accessKeySecret: tsxMyujk6KY9h0e4Bx0D7ld16PBUyW # bucket名称 - bucketName: ydc-oss-prd + bucketName: ydc-oss-prod # bucket下文件夹的路径 filehost: img # 访问域名 - url: https://ydc-oss-prd.oss-cn-shanghai.aliyuncs.com + url: https://ydc-oss-prod.oss-cn-shanghai.aliyuncs.com ########################微信支付参数####################################### #微信商户号 From 056cbd8853e2bbf2a97f47c2a15babbe199511a5 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Sat, 3 Jun 2023 14:41:22 +0800 Subject: [PATCH 2/2] update --- jsowell-ui/src/views/pile/station/components/SiteInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-ui/src/views/pile/station/components/SiteInfo.vue b/jsowell-ui/src/views/pile/station/components/SiteInfo.vue index b07be55fb..9dcad884e 100644 --- a/jsowell-ui/src/views/pile/station/components/SiteInfo.vue +++ b/jsowell-ui/src/views/pile/station/components/SiteInfo.vue @@ -295,7 +295,7 @@ export default { ], }, fileList: [], // 用于图片回显 - dialogVisible: null, + // dialogVisible: null, }; }, created() {