Commit 0958f40f by tanghuan

更改常量配置

1 parent b489b6e0
......@@ -49,7 +49,7 @@ class Constant {
static const String appVersion = '1.0.2512092';
/// H5的起始终最低版本号规则
static const String h5Version = '1.0.0-202512090942';
static const String h5Version = '1.0.0';
/// H5的版本号存储的key
static const String h5VersionKey = 'h5_version';
......@@ -91,5 +91,5 @@ class Constant {
/// 测试阶段使用
static const bool needIM = false;
static const bool needUpgrade = false;
static const bool needUpgrade = true;
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!