明树Git Lab

Commit cbc6dddd authored by zengfanpei's avatar zengfanpei

update

parent 7c84ebf9
...@@ -26,10 +26,12 @@ const collectInsectPestSituationSchema = new Schema({ ...@@ -26,10 +26,12 @@ const collectInsectPestSituationSchema = new Schema({
downloadUrl: { downloadUrl: {
type: String, type: String,
comment: "摄像头采集原图下载URL", comment: "摄像头采集原图下载URL",
get: v => sysConfig.device.fileBaseUrl + v,
}, },
downloadUrlCompress: { downloadUrlCompress: {
type: String, type: String,
comment: "摄像头采集原图下载URL(压缩后)", comment: "摄像头采集原图下载URL(压缩后)",
get: v => sysConfig.device.fileBaseUrl + v,
}, },
newTime: { newTime: {
type: Date, 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