mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-22 07:16:26 +08:00
Login 登陆界面
This commit is contained in:
5
lib/api/api.dart
Normal file
5
lib/api/api.dart
Normal file
@ -0,0 +1,5 @@
|
||||
class Api{
|
||||
static const String BASE_URL = 'http://127.0.0.1:6001/';
|
||||
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';
|
||||
}
|
Reference in New Issue
Block a user