From 08023aff823acc90fa7af506a918b77f2e48471c Mon Sep 17 00:00:00 2001 From: jingyun <> Date: Thu, 18 Jun 2026 18:54:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Ah5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/config/app_h5_urls.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/config/app_h5_urls.dart b/lib/common/config/app_h5_urls.dart index 4dbb80c..c247de1 100644 --- a/lib/common/config/app_h5_urls.dart +++ b/lib/common/config/app_h5_urls.dart @@ -3,7 +3,7 @@ class AppH5Urls { static const baseUrl = String.fromEnvironment( 'JINZHI_H5_BASE_URL', - defaultValue: 'https://jinzhi.h5.local', + defaultValue: 'https://jinzhi.h5.yqzhice.top', ); static String get privacyUrl => '$baseUrl/beginner/privacyPolicy.html';