添加银行和政府端小程序
This commit is contained in:
@@ -7,17 +7,17 @@ VITE_APP_VERSION=1.0.0
|
||||
VITE_APP_ENV=development
|
||||
|
||||
# API配置
|
||||
VITE_API_BASE_URL=http://localhost:5350/api
|
||||
VITE_API_FULL_URL=http://localhost:5350/api
|
||||
VITE_API_BASE_URL=http://localhost:5352/api
|
||||
VITE_API_FULL_URL=http://localhost:5352/api
|
||||
|
||||
# 百度地图API密钥
|
||||
VITE_BAIDU_MAP_AK=your_baidu_map_api_key
|
||||
|
||||
# WebSocket配置
|
||||
VITE_WS_URL=ws://localhost:5350
|
||||
VITE_WS_URL=ws://localhost:5352
|
||||
|
||||
# 文件上传配置
|
||||
VITE_UPLOAD_URL=http://localhost:5350/api/upload
|
||||
VITE_UPLOAD_URL=http://localhost:5352/api/upload
|
||||
VITE_MAX_FILE_SIZE=10485760
|
||||
|
||||
# 其他配置
|
||||
|
||||
Reference in New Issue
Block a user