Files
blog_app/lib/config/app_config.dart
2025-11-16 00:09:39 +08:00

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";
}