x1ongzhu hace 6 años
padre
commit
a84e597711
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      lib/net/HttpManager.dart
  2. 1 1
      pubspec.yaml

+ 2 - 2
lib/net/HttpManager.dart

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

+ 1 - 1
pubspec.yaml

@@ -1,7 +1,7 @@
 name: wanna_battle
 description: A new Flutter project.
 
-version: 1.0.4+7
+version: 1.0.6+9
 
 environment:
   sdk: ">=2.1.0 <3.0.0"