fix:h5地址

This commit is contained in:
jingyun
2026-06-18 18:54:30 +08:00
parent 0b4b113de8
commit 08023aff82
+1 -1
View File
@@ -3,7 +3,7 @@ class AppH5Urls {
static const baseUrl = String.fromEnvironment( static const baseUrl = String.fromEnvironment(
'JINZHI_H5_BASE_URL', 'JINZHI_H5_BASE_URL',
defaultValue: 'https://jinzhi.h5.local', defaultValue: 'https://jinzhi.h5.yqzhice.top',
); );
static String get privacyUrl => '$baseUrl/beginner/privacyPolicy.html'; static String get privacyUrl => '$baseUrl/beginner/privacyPolicy.html';