update dependence

This commit is contained in:
quantulr
2023-02-10 00:07:41 +08:00
parent 2aa59649a8
commit bd259d8303
9 changed files with 58 additions and 58 deletions

View File

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