feat(dealer): 实现客户报备功能

- 新增客户报备页面,包括表单提交和审核状态显示
- 修改客户列表页面,增加签约和取消操作- 更新客户状态标签样式
- 调整API基础URL
This commit is contained in:
2025-09-03 11:57:23 +08:00
parent 0b43a3bc92
commit 3600c1dfba
7 changed files with 305 additions and 33 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',
},