5 lines
174 B
Dart
5 lines
174 B
Dart
/// 应用信息
|
|
class AppConfig {
|
|
static const String baseApiUrl = "https://cxx0822.iepose.cn/blog-api";
|
|
// static const String baseApiUrl = "http://192.168.1.4:8082";
|
|
} |