Ver Fonte

Merge branch 'c' of http://git.izouma.com/panhui/mobileCyberGamesApp into c

x1ongzhu há 6 anos atrás
pai
commit
675343a62b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/net/HttpManager.dart

+ 2 - 2
lib/net/HttpManager.dart

@@ -3,8 +3,8 @@ import 'Result.dart';
 import 'package:intl/intl.dart';
 
 class HttpManager {
-  // static String baseUrl = 'http://47.96.141.102:8202/';
-  static String baseUrl='http://192.168.50.226:8080/';
+  static String baseUrl = 'http://47.96.141.102:8202/';
+  // static String baseUrl='http://192.168.50.226:8080/';
   static String token;
   static bool debug;