WetlandGuard-Admin/.env.development
wzclm 032d404101 Enhance patrol records and tasks management with comprehensive updates
- Add detailed view and statistics for patrol records
- Implement advanced filtering and export functionality
- Update task management with improved UI and data handling
- Add Amap API key to development environment
- Fix import paths for SCSS variables in monitor views
- Improve route configuration for patrol-related pages
2025-02-22 18:00:13 +08:00

17 lines
282 B
Plaintext

# 开发环境
VITE_NODE_ENV=development
# API 基础路径
VITE_API_BASE_URL=http://localhost:3000
# 项目基础路径
VITE_BASE_URL=/
# Mock API 路径
VITE_MOCK_API=true
# 是否开启调试工具
VITE_DEV_TOOLS=true
# 高德地图API密钥
VITE_AMAP_KEY=your_amap_key_here