3.修改睡眠报告文字 正常窦性心律
This commit is contained in:
@@ -141,8 +141,8 @@ Future<void> main() async {
|
||||
void initServiceAddress() {
|
||||
if (AppConstants().ent_type == APPPackageType.MHT.code) {
|
||||
// 眠花糖
|
||||
// ServiceConstant.baseHost = "zhmht.swes.com.cn:27020";
|
||||
ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
ServiceConstant.baseHost = "zhmht.swes.com.cn:27020";
|
||||
// ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
} else if (AppConstants().ent_type == APPPackageType.TH.code) {
|
||||
// 太和
|
||||
// ServiceConstant.baseHost = "vsbst-api.he-info.com";
|
||||
@@ -698,7 +698,7 @@ void initEasyDartModule() {
|
||||
EasyDartModule.init(
|
||||
loggerConfig: LoggerConfig(
|
||||
host: "https://zhmht.swes.com.cn:27020/vsbs_log",
|
||||
serviceName: "太和e护test2026-03-23"),
|
||||
serviceName: "太和e护test2026-03-30"),
|
||||
webSocketConfig:
|
||||
WebSocketConfig(ServiceConstant.webSocketService, (data) {
|
||||
// 接收到服务消息
|
||||
|
||||
Reference in New Issue
Block a user