From d2444b5cc32e666642e1fee1527ad5d60e07783e 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:56:36 +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 | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ''