修改人员资料焦点冲突

This commit is contained in:
czz
2025-07-01 22:19:40 +08:00
parent 13eb25e1c3
commit ab895e7732
6 changed files with 31 additions and 109 deletions

View File

@@ -4,7 +4,7 @@ import 'package:vbvs_app/common/util/FitTool.dart';
import 'package:vbvs_app/common/util/MyUtils.dart';
import 'package:vbvs_app/enum/APPPackageType.dart';
class AppConstants {
class AppConstants {
// App-related constants
static const int code_time = 60; //验证码倒计时
static const int limit = 10; //分页数量
@@ -48,5 +48,5 @@ class AppConstants {
//系统参数
//运行打包APP模式
int ent_type = APPPackageType.TH.code;//1.默认太和 2.欢睡 3.眠花糖
int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
}