This commit is contained in:
roxy 2026-06-02 19:58:27 +08:00
parent fddebaff69
commit 122bc5668d

View File

@ -16,7 +16,7 @@ class SCVariant1Config implements AppConfig {
@override
String get apiHost => const String.fromEnvironment(
'API_HOST',
defaultValue: 'http://192.168.110.64:1100/',
defaultValue: 'https://jvapi.haiyihy.com/',
); // --dart-define=API_HOST 线https://jvapi.haiyihy.com/
@override