From c8b9f3ea16b254ae0b06da2ffe08ed981ce2b560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 6 Jan 2026 11:18:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(env):=20=E4=BF=AE=E5=A4=8D=E5=A4=9A?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7ID=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正 GlobalValue 中环境类型判断逻辑,添加 _envUrl 长度检查 - 根据多域名配置状态动态设置用户ID数组值 - 在 EnvManager 中添加 isMulti 条件判断来控制环境重置逻辑 - 为 HomeView 添加刷新频率限制防止重复请求 - 将未读消息提醒请求移动到正确位置确保执行 - 更新构建配置将调试模式设置为开启状态 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index ecd856f..25f5968 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -2,8 +2,8 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.11'; -export const BUILD_MODE_NAME = 'release'; -export const DEBUG = false; +export const BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; export const TARGET_NAME = 'default'; /**