更新界面布局

This commit is contained in:
wyf
2025-06-16 21:08:54 +08:00
parent acde8340a8
commit aa51d92d2b
19 changed files with 2595 additions and 1524 deletions

View File

@@ -39,6 +39,7 @@ class ServiceConstant {
static const String user_register = "/api/user/register";//用户注册
static const String user_forgot = "/api/user/forgot";//找回密码
static const String user_changePassword = "/api/user/changePassword";//修改密码
static const String personnel_info = "/api/personnel/info";//人员信息列表

View File

@@ -38,4 +38,10 @@ class AppConstants {
stringToColor("D9F0E9"), // 浅蓝
stringToColor("CEECE3"), // 浅蓝
];
List<Color> mhtNormalButton = [
stringToColor("1592AA"), // 浅蓝
stringToColor("0C83A7"), // 浅蓝
stringToColor("006FA3"), // 浅蓝
];
}