Commit 51118024 by tanghuan

设置版本号,更新配置

1 parent 963b0135
...@@ -31,7 +31,7 @@ class Constant { ...@@ -31,7 +31,7 @@ class Constant {
/// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// app 版本号规则 /// app 版本号规则
static const String appVersion = '1.0.25120901'; static const String appVersion = '1.0.2512092';
/// H5的起始终最低版本号规则 /// H5的起始终最低版本号规则
static const String h5Version = '1.0.0-202512090942'; static const String h5Version = '1.0.0-202512090942';
...@@ -54,8 +54,8 @@ class Constant { ...@@ -54,8 +54,8 @@ class Constant {
/// BASE URL 相关 /// BASE URL 相关
/// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// ///
static const String bxeBaseUrl = EnvConfig.env == 'dev' ? 'https://dev.banxiaoer.net' : ''; static const String bxeBaseUrl = EnvConfig.env == 'dev' ? 'https://dev.banxiaoer.net' : 'https://bxr.banxiaoer.com';
static const String iotAppBaseUrl = EnvConfig.env == 'dev' ? 'https://iotapp-dev.banxiaoer.com/iotapp' : ''; static const String iotAppBaseUrl = EnvConfig.env == 'dev' ? 'https://iotapp-dev.banxiaoer.com/iotapp' : 'https://iotapp.banxiaoer.com/iotapp';
/// IM 相关 /// IM 相关
/// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!