fix: 更新 H5 主机地址为测试环境

This commit is contained in:
Booker
2026-05-27 12:05:38 +07:00
parent bf4d031c60
commit e5d3c12c15
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ class AppConfig {
static const Environment currentEnvironment = Environment.production;
static const String appName = '本地打包';
static const String appLogo = '';
static const String canonicalWebHost = 'h5-im.imharry.work';
static const String canonicalWebHost = 'h5-test.imharry.work';
static const Set<String> legacyWebHosts = {
'h5-test.imharry.work',
};