明树Git Lab

Commit cbc6dddd authored by zengfanpei's avatar zengfanpei

update

parent 7c84ebf9
......@@ -26,10 +26,12 @@ const collectInsectPestSituationSchema = new Schema({
downloadUrl: {
type: String,
comment: "摄像头采集原图下载URL",
get: v => sysConfig.device.fileBaseUrl + v,
},
downloadUrlCompress: {
type: String,
comment: "摄像头采集原图下载URL(压缩后)",
get: v => sysConfig.device.fileBaseUrl + v,
},
newTime: {
type: Date,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment