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

@@ -68,7 +68,7 @@ class DioClient {
DioClient() {
_dio = Dio(BaseOptions(
baseUrl: 'http://8.155.172.147:5010',
baseUrl: 'http://localhost:5010',
connectTimeout: const Duration(seconds: 30),
receiveTimeout: const Duration(seconds: 30),
headers: {