3.修改睡眠报告文字 正常窦性心律
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class ServiceConstant {
|
||||
// static const String baseHost = "zhmht.swes.com.cn:27021"; //服务地址 眠花糖测试地址
|
||||
static String baseHost = "zhmht.swes.com.cn:27020"; //服务地址 眠花糖正式地址
|
||||
// static const String baseHost = "vsbs-test.he-info.cn"; //服务地址 本地测试地址
|
||||
// static String baseHost = "vsbs-test.he-info.cn"; //服务地址 本地测试地址
|
||||
// static const String baseHost = "vsbst-api.he-info.com";//服务地址
|
||||
// static const String service_address = "http://$baseHost";
|
||||
static String service_address = "https://$baseHost";
|
||||
|
||||
@@ -8,8 +8,8 @@ import 'package:vbvs_app/enum/APPPackageType.dart';
|
||||
class AppConstants {
|
||||
// App-related constants
|
||||
|
||||
static const String zhmht_app_version = "SWES_1.2026.3.17"; //眠花糖
|
||||
static const String theh_app_version = "1.2603.23"; //太和
|
||||
static const String zhmht_app_version = "SWES_1.2026.3.30"; //眠花糖
|
||||
static const String theh_app_version = "1.2603.30"; //太和
|
||||
|
||||
// 1. 纯字符串列表格式
|
||||
static const List<String> integerTimeZones = [
|
||||
|
||||
Reference in New Issue
Block a user