mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 09:01:00 +08:00
修改为线上地址
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
class Api{
|
||||
// static const String BASE_URL = 'http://flutter-go.alibaba.net/';
|
||||
// static const String BASE_URL = 'https://flutter-go.pub/api/';
|
||||
static const String BASE_URL = 'http://30.10.26.15:7001/';
|
||||
static const String BASE_URL = 'https://flutter-go.pub/api/';
|
||||
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';//登陆
|
||||
|
||||
|
Reference in New Issue
Block a user