更新
This commit is contained in:
@@ -20,8 +20,8 @@ class ServiceConstant {
|
||||
static String device_show = "/api/device/bind";//更新设备绑定
|
||||
static String disease_list = "/api/personnel/disease/list";//获取疾病类型
|
||||
static String share_deleted = "";//删除分享
|
||||
static String start_calibration = "";//开始校准
|
||||
static String calibration_process = "";//校准进度
|
||||
static String start_calibration = "/api/caibration";//开始校准
|
||||
static String calibration_process = "/api/caibration";//校准进度
|
||||
static String submit_repair = "";//提交报修
|
||||
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ class AppConstants {
|
||||
double title_text_fontSize = 30.rpx; //标题文字字号
|
||||
|
||||
double dropdown_height = 90.rpx; //标题文字字号
|
||||
double border_width = 1.rpx; //标题文字字号//border宽度
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user