diff --git a/.env.development b/.env.development index afbc62c..10fe679 100644 --- a/.env.development +++ b/.env.development @@ -17,7 +17,8 @@ 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 5fc4b89..b075094 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,8 @@ +### + # @Description : + # @Autor : cl + # @Date : 2025-04-11 20:21:19 +### # just a flag VITE_APP_ENV = 'production' @@ -12,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 = ''