Login 登陆界面

This commit is contained in:
yifeng.yl
2019-05-07 00:04:00 +08:00
parent ea765cdcf3
commit 4df5288940
4 changed files with 87 additions and 14 deletions

5
lib/api/api.dart Normal file
View 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';
}