diff --git a/.env.development b/.env.development index 2824f69..e0480b3 100644 --- a/.env.development +++ b/.env.development @@ -12,7 +12,7 @@ VITE_APP_BASE_API = 'http://118.31.107.112:8000' VITE_APP_WEBSOCKET_URL ='wss://cloud-api.mall4j.com' # 访问文件存储资源的url 对应阿里云的Bucket域名 -VITE_APP_RESOURCES_URL = 'https://mall4j-minio-test.mall4j.com/tmerclub' +VITE_APP_RESOURCES_URL = 'https://tmer-test.oss-cn-hangzhou.aliyuncs.com' # 腾讯地图key VITE_APP_MAP_KEY = '' diff --git a/.env.production b/.env.production index 8597e13..902f525 100644 --- a/.env.production +++ b/.env.production @@ -17,7 +17,7 @@ VITE_APP_BASE_API = 'http://118.31.107.112:8000' VITE_APP_WEBSOCKET_URL = 'wss://cloud-api.mall4j.com' # 访问文件存储资源的url 对应阿里云的Bucket域名 -VITE_APP_RESOURCES_URL = 'https://tmerclub.oss-cn-guangzhou.aliyuncs.com' +VITE_APP_RESOURCES_URL = 'https://tmer-test.oss-cn-hangzhou.aliyuncs.com' # 腾讯地图key VITE_APP_MAP_KEY = ''