From b10a4bf069f2adf310476389ed40de533f003f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E6=A9=99?= <1760016317@qq.com> Date: Sat, 12 Apr 2025 11:55:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BA=91=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 = ''