|
|
|
@ -99,6 +99,9 @@ |
|
|
|
</div> |
|
|
|
<p class="image-tip">暂无图片</p> |
|
|
|
</template> |
|
|
|
<template #placeholder> |
|
|
|
<div class="image-placeholder">正在加载...</div> |
|
|
|
</template> |
|
|
|
</el-image> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
@ -118,6 +121,9 @@ |
|
|
|
</div> |
|
|
|
<p class="image-tip">暂无图片</p> |
|
|
|
</template> |
|
|
|
<template #placeholder> |
|
|
|
<div class="image-placeholder">正在加载...</div> |
|
|
|
</template> |
|
|
|
</el-image> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
@ -144,86 +150,86 @@ import { post } from '../uilts/axios'; |
|
|
|
currentYear: '2000', |
|
|
|
currentSurfaceTemperatureTime: 'time0130', |
|
|
|
srcList: [], |
|
|
|
imgUrl: '/images/null-picture.png', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
imgUrls: [], |
|
|
|
items: [{ |
|
|
|
title: '地表温度(01:30)', |
|
|
|
type: 'temperature0130', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
title: '地表温度(10:30)', |
|
|
|
type: 'temperature1030', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
title: '地表温度(13:30)', |
|
|
|
type: 'temperature1330', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
title: '地表温度(22:30)', |
|
|
|
type: 'temperature2230', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
title: '反照率', |
|
|
|
type: 'albedo', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
title: '蒸散发', |
|
|
|
type: 'evaporation', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}], |
|
|
|
trendItems: [{ |
|
|
|
type: 'month_01', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_02', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_03', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_04', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_05', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_06', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_07', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_08', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_09', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_10', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_11', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}, { |
|
|
|
type: 'month_12', |
|
|
|
imgUrl: '', |
|
|
|
imgUrl: '/images/default-picture.png', |
|
|
|
preview: [] |
|
|
|
}] |
|
|
|
}) |
|
|
|
|