Преглед изворни кода

feat(cert): 同步更新一体机证书密码

- 新增获取用户一体机密码接口和修改一体机证书密码确认接口
- 实现证书密码同步更新功能,确保用户密码一致性
- 优化密码输入界面,限制输入长度为6位数字
- 添加密码解密工具类,用于解密用户密码
- 更新相关页面,增加密码同步更新逻辑
徐勤民 пре 1 месец
родитељ
комит
d89176843d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      BuildProfile.ets

+ 2 - 2
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.9';
-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';
 
 /**