添加银行和政府端小程序

This commit is contained in:
2025-09-19 17:52:28 +08:00
parent e9f182f2d3
commit eb3c4604d3
318 changed files with 147971 additions and 2999 deletions

View File

@@ -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
# 其他配置