fix: 修改阿里云地址

This commit is contained in:
快乐橙 2025-04-12 11:55:19 +08:00
parent 539a9524e8
commit b10a4bf069
2 changed files with 8 additions and 2 deletions

View File

@ -17,7 +17,8 @@ VITE_APP_BASE_API = 'http://118.31.107.112:8000'
VITE_APP_WEBSOCKET_URL ='wss://cloud-api.mall4j.com' VITE_APP_WEBSOCKET_URL ='wss://cloud-api.mall4j.com'
# 访问文件存储资源的url 对应阿里云的Bucket域名 # 访问文件存储资源的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 # 腾讯地图key
VITE_APP_MAP_KEY = '' VITE_APP_MAP_KEY = ''

View File

@ -1,3 +1,8 @@
###
# @Description :
# @Autor : cl
# @Date : 2025-04-11 20:21:19
###
# just a flag # just a flag
VITE_APP_ENV = 'production' 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' VITE_APP_WEBSOCKET_URL = 'wss://cloud-api.mall4j.com'
# 访问文件存储资源的url 对应阿里云的Bucket域名 # 访问文件存储资源的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 # 腾讯地图key
VITE_APP_MAP_KEY = '' VITE_APP_MAP_KEY = ''