docs[TimeLine2]:设施农业-新增时间轴组件 feat[设施农业 病虫害预测-2 环境监测 长势监测]:新增页面 长势监测新增作物分类 fix[农作物监管-长势监测]:修改地图服务bug

This commit is contained in:
2024-07-26 14:12:27 +08:00
parent 6c6c46ac0d
commit 8fede07735
1975 changed files with 2573346 additions and 5235 deletions

36
src/api/Environment.js Normal file
View File

@ -0,0 +1,36 @@
// 环境监测
import request from '@/utils/request';
// 树形结构
export function getHjjcSxjg(val){
return request({
url: '/hjjc/sxjg',
method: 'get',
params:val
})
}
// 根据名称获取经纬度
export function getHjjcGjmchqjwd(val){
return request({
url: '/hjjc/gjmchqjwd',
method: 'get',
params:val
})
}
// 根据dev_id和时间去查询
export function getHjjcGjdevhsjqcx(val){
return request({
url: '/hjjc/gjdevhsjqcx',
method: 'get',
params:val
})
}

View File

@ -0,0 +1,25 @@
// 病害预测
import request from '@/utils/request';
// 查询站点名称 和 站点号
export function getBhCxzdmchzdh(val){
return request({
url: '/bh/cxzdmchzdh',
method: 'get',
params: val,
})
};
// 根据时间 站点 查看信息
export function getBhGjsjhzdmcckxx(val){
return request({
url: '/bh/gjsjhzdmcckxx',
method: 'get',
params: val,
})
}

25
src/api/forecast/pest.js Normal file
View File

@ -0,0 +1,25 @@
// 虫害预测
import request from '@/utils/request';
// 查询站点名称 和 站点号
export function getBhCxzdmchzdh(val){
return request({
url: '/bh/cxzdmchzdh',
method: 'get',
params: val,
})
};
// 根据时间 站点 查看信息
export function getChGjsjhzdmcckxx(val){
return request({
url: '/ch/gjsjhzdmcckxx',
method: 'get',
params: val,
})
}

View File

@ -15,6 +15,22 @@ export function login(ticket) {
})
}
// 2024 5 30 标记 登录方法
export function logins(data) {
// const data = {
// ticket,
// }
return request({
url: '/logins',
headers: {
isToken: false
},
method: 'post',
data: data
})
}
// 注册方法
export function register(data) {
return request({
@ -29,6 +45,9 @@ export function register(data) {
// 获取用户详细信息
export function getInfo() {
// console.log('getInfo');
return request({
url: '/getInfo',
method: 'get'

View File

@ -149,4 +149,15 @@ export function cqyjfsdx(data) { //虫情短信
method: 'post',
data: data
})
}
}
// 虫情监测仪 处理状态
export function postXgclcqdzt(query) {
return request({
url: '/equipment/xgclcqdzt',
method: 'post',
params: query
})
}

View File

@ -0,0 +1,55 @@
import request from '@/utils/request'
// 获取年
export function getSsnyygsj(query) {
return request({
url: '/equipment/ssnyygsj',
method: 'get',
params: query
})
}
// 高标准农田
export function getSsnyygsjHeith(query) { //divisions string 可选 yearMonth string 可选 whetherToDownload string 可选
return request({
url: '/equipment/ssnyygsjHeith',
method: 'get',
params: query
})
}
// 占比情况
export function getSsnyygsjZb(query) {
return request({
url: '/equipment/ssnyygsjZb',
method: 'get',
params: query
})
}
// 获取全部镇
export function getSsnyygsjhqqbz(query) {
return request({
url: '/equipment/ssnyygsjhqqbz',
method: 'get',
params: query
})
}
// 根据镇 获取全部村
export function getSsnyygsjhqqbzChun(query) {
return request({
url: '/equipment/ssnyygsjhqqbzChun',
method: 'get',
params: query
})
}
// 获取村
export function getSsnyygsjChun(query) {
return request({
url: '/equipment/ssnyygsjChun',
method: 'get',
params: query
})
}

BIN
src/assets/images/Point.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
<Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title>
<Abstract></Abstract>
<SRS>EPSG:4326</SRS>
<BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/>
<Origin y="-90.00000000000000" x="-180.00000000000000"/>
<TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/>
<TileSets profile="geodetic">
<TileSet href="0" units-per-pixel="0.70312500000000" order="0"/>
<TileSet href="1" units-per-pixel="0.35156250000000" order="1"/>
<TileSet href="2" units-per-pixel="0.17578125000000" order="2"/>
</TileSets>
</TileMap>

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Some files were not shown because too many files have changed in this diff Show More