This commit is contained in:
JS-LM
2023-06-03 14:54:51 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -114,11 +114,11 @@ aliyunoss:
# AccessKey 秘钥 # AccessKey 秘钥
accessKeySecret: tsxMyujk6KY9h0e4Bx0D7ld16PBUyW accessKeySecret: tsxMyujk6KY9h0e4Bx0D7ld16PBUyW
# bucket名称 # bucket名称
bucketName: ydc-oss-prd bucketName: ydc-oss-prod
# bucket下文件夹的路径 # bucket下文件夹的路径
filehost: img filehost: img
# 访问域名 # 访问域名
url: https://ydc-oss-prd.oss-cn-shanghai.aliyuncs.com url: https://ydc-oss-prod.oss-cn-shanghai.aliyuncs.com
########################微信支付参数####################################### ########################微信支付参数#######################################
#微信商户号 #微信商户号

View File

@@ -295,7 +295,7 @@ export default {
], ],
}, },
fileList: [], // 用于图片回显 fileList: [], // 用于图片回显
dialogVisible: null, // dialogVisible: null,
}; };
}, },
created() { created() {