Change host

This commit is contained in:
Linloir 2022-10-20 21:01:48 +08:00
parent f40d0987ce
commit 3612dfec96
No known key found for this signature in database
GPG Key ID: 58EEB209A0F2C366

View File

@ -1,7 +1,7 @@
/* /*
* @Author : Linloir * @Author : Linloir
* @Date : 2022-10-10 08:04:53 * @Date : 2022-10-10 08:04:53
* @LastEditTime : 2022-10-20 20:38:45 * @LastEditTime : 2022-10-20 21:01:39
* @Description : * @Description :
*/ */
import 'package:easy_debounce/easy_debounce.dart'; import 'package:easy_debounce/easy_debounce.dart';
@ -119,7 +119,7 @@ class SplashPage extends StatelessWidget {
return BlocProvider<InitializationCubit>( return BlocProvider<InitializationCubit>(
create: (context) { create: (context) {
return InitializationCubit( return InitializationCubit(
serverAddress: '127.0.0.1', serverAddress: 'chat.linloir.cn',
serverPort: 20706 serverPort: 20706
); );
}, },