Browse Source

Merge branch 'remove_uniapp' into dev

# Conflicts:
#	lib/retrofit/min_api.dart
#	lib/retrofit/retrofit_api.dart
zyh
w-R 3 years ago
parent
commit
141859f582
  1. 4
      lib/retrofit/min_api.dart
  2. 4
      lib/retrofit/retrofit_api.dart

4
lib/retrofit/min_api.dart

@ -39,8 +39,8 @@ const base_url = "http://192.168.10.236:8765/app/";///费韬
const baseUrl = "http://192.168.10.236:8765/app/";///
// const base_url = "http://192.168.10.115:8765/app/";///
// const baseUrl = "http://192.168.10.115:8765/app/";///
// const base_url = "http://192.168.10.139:8765/app/";///
// const baseUrl = "http://192.168.10.139:8765/app/";///
// const base_url = "http://192.168.10.37:8766/app/";

4
lib/retrofit/retrofit_api.dart

@ -72,8 +72,8 @@ const baseUrl = "http://192.168.10.236:8766/app/"; ///费韬
// const baseUrl = "http://192.168.10.37:8766/app/";
// const base_url = "http://192.168.10.115:8766/app/";///
// const baseUrl = "http://192.168.10.115:8766/app/";///
// const base_url = "http://192.168.10.139:8766/app/";///
// const baseUrl = "http://192.168.10.139:8766/app/";///
@RestApi(baseUrl: baseUrl)
abstract class ApiService {

Loading…
Cancel
Save