This commit is contained in:
cxc
2023-02-10 17:33:51 +08:00
parent bd259d8303
commit 5f5f2554eb
10 changed files with 100 additions and 38 deletions

View File

@ -1,5 +1,5 @@
import 'package:dio/dio.dart';
var dio = Dio(BaseOptions(
baseUrl: "http://192.168.0.110:8080",
baseUrl: "http://localhost:8080",
));