This commit is contained in:
2026-03-22 15:38:25 +08:00
parent c8c4228446
commit 2610c1cfd2
3 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ class ApiEndpoints {
ApiEndpoints._();
/// 基础URL
static const String baseUrl = 'http://8.155.172.147:5010';
static const String baseUrl = 'http://localhost:5010';
// ==================== 用户模块 ====================