feat(dealer/customer): 重构日期选择和处理逻辑

- 替换 DatePicker 组件为 Calendar 组件
- 优化日期格式化和解析逻辑,支持多种日期格式- 更新日期选择器的交互方式
- 调整相关组件和样式
This commit is contained in:
2025-09-07 10:28:42 +08:00
parent ae1af2f3c0
commit 8728ae862b
4 changed files with 82 additions and 165 deletions

View File

@@ -2,7 +2,7 @@
export const ENV_CONFIG = {
// 开发环境
development: {
API_BASE_URL: 'https://cms-api.websoft.top/api',
API_BASE_URL: 'http://127.0.0.1:9200/api',
APP_NAME: '开发环境',
DEBUG: 'true',
},