更新界面布局
This commit is contained in:
@@ -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";//人员信息列表
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -38,4 +38,10 @@ class AppConstants {
|
||||
stringToColor("D9F0E9"), // 浅蓝
|
||||
stringToColor("CEECE3"), // 浅蓝
|
||||
];
|
||||
|
||||
List<Color> mhtNormalButton = [
|
||||
stringToColor("1592AA"), // 浅蓝
|
||||
stringToColor("0C83A7"), // 浅蓝
|
||||
stringToColor("006FA3"), // 浅蓝
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user