Backup project on 2026-03-27

This commit is contained in:
System Administrator
2026-03-27 10:18:00 +07:00
parent 563ca12d76
commit 841f19e3f8
12 changed files with 1077 additions and 161 deletions
@@ -10,9 +10,9 @@ export const API_CONFIG = {
// API端点
export const API_ENDPOINTS = {
auth: {
login: '/auth/login',
logout: '/auth/logout',
me: '/auth/me',
login: '/v1/auth/login',
logout: '/v1/auth/logout',
me: '/v1/auth/me',
},
products: '/products',
customers: '/customers',