地图点击下钻详情页面

This commit is contained in:
zxy
2024-02-09 14:31:27 +08:00
parent 6d6875a63c
commit 297902393e
4 changed files with 237 additions and 64 deletions

View File

@@ -79,3 +79,11 @@ export const getNewsType = () => {
method: 'get'
})
}
//获取某省各市区的数据
export const getMapData = () => {
return request({
url: '/api/jobslink-api/jkworksreport/getMapData1',
method: 'get'
})
}