update
This commit is contained in:
parent
08b0e8cb95
commit
6bcf31b085
File diff suppressed because it is too large
Load Diff
@ -71,14 +71,15 @@ onMounted(async () => {
|
|||||||
// 请求全部服务区数据
|
// 请求全部服务区数据
|
||||||
await handleGetServiceList()
|
await handleGetServiceList()
|
||||||
|
|
||||||
|
// 画出高速公路的线段
|
||||||
|
handleGetExpressway()
|
||||||
|
|
||||||
// 给地图加上点位
|
// 给地图加上点位
|
||||||
handleAllServiceMarkedPoint()
|
handleAllServiceMarkedPoint()
|
||||||
|
|
||||||
// 画出省份边界图
|
// 画出省份边界图
|
||||||
handleGetAnHuiBoundary()
|
handleGetAnHuiBoundary()
|
||||||
|
|
||||||
// 画出高速公路的线段
|
|
||||||
handleGetExpressway()
|
|
||||||
|
|
||||||
hoverPoint.value = handlePointHover();
|
hoverPoint.value = handlePointHover();
|
||||||
})
|
})
|
||||||
@ -105,7 +106,7 @@ const handleGetServiceList = async () => {
|
|||||||
Province_Code: "530000",
|
Province_Code: "530000",
|
||||||
ShowWeather: true, // 显示天气
|
ShowWeather: true, // 显示天气
|
||||||
};
|
};
|
||||||
const data = await handleGetServerPartListJava(req)
|
const data = await handleGetServerpartList(req)
|
||||||
|
|
||||||
let str: string = "";
|
let str: string = "";
|
||||||
if (data && data.length > 0) {
|
if (data && data.length > 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user