|
@@ -3,8 +3,8 @@ import 'Result.dart';
|
|
|
import 'package:intl/intl.dart';
|
|
import 'package:intl/intl.dart';
|
|
|
|
|
|
|
|
class HttpManager {
|
|
class HttpManager {
|
|
|
- // static String baseUrl = 'http://123.58.240.138:8090/';
|
|
|
|
|
- static String baseUrl = 'http://192.168.123.90:8080/';
|
|
|
|
|
|
|
+ static String baseUrl = 'http://123.58.240.138:8090/';
|
|
|
|
|
+// static String baseUrl = 'http://192.168.50.132:8080/';
|
|
|
static String token;
|
|
static String token;
|
|
|
static bool debug;
|
|
static bool debug;
|
|
|
|
|
|