新增多语言标记

This commit is contained in:
2025-10-22 18:10:47 +08:00
parent db247d253b
commit 5ba2c1148a
6 changed files with 24 additions and 8 deletions
+2 -2
View File
@@ -1036,10 +1036,10 @@ class AppConfig {
/// 基础url
// static String baseUrl = "http://103.112.98.72:8088";
/// 请求域名地址
/// 请求域名地址调试模式
String get baseUrl {
if (kDebugMode) {
return "https://api.maodag.top";
return "http://154.12.35.103:8080";
}
return "${KRProtocol.kr_https}://${KRDomain.kr_api}";
}