fix: 更新 H5 主机地址为测试环境
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user