被分享设备人员资料只可修改名称

This commit is contained in:
czz
2025-08-16 10:34:29 +08:00
parent 3713d95212
commit 79cbdb3fa2
4 changed files with 54 additions and 6 deletions

View File

@@ -54,8 +54,8 @@ class AppConstants {
//系统参数
//运行打包APP模式
int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
// int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
// int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
int text_length = 8;
}