This commit is contained in:
wangziqi
2026-01-08 13:23:09 +08:00
parent 177cfd9b9d
commit 35098f3028
57 changed files with 4725 additions and 55 deletions

View File

@@ -17,6 +17,10 @@ const API = {
USERS_ROLE: (role) => `/users/role/${role}`,
CHANGE_PASSWORD: (id) => `/users/${id}/password`,
// 客户
CUSTOMERS: '/customers',
CUSTOMER: (id) => `/customers/${id}`,
// 车辆
VEHICLES: '/vehicles',
VEHICLE: (id) => `/vehicles/${id}`,