新增多语言标记
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user