7 lines
202 B
Dart
7 lines
202 B
Dart
/// 应用信息
|
|
class AppConfig {
|
|
// 网络配置
|
|
// http://192.168.1.3:8100
|
|
// http://14.103.235.151:81/food-service
|
|
static const String baseApiUrl = "http://14.103.235.151:81/food-service";
|
|
} |