This commit is contained in:
ylj20011123 2025-08-18 15:45:26 +08:00
parent 08b0e8cb95
commit 6bcf31b085
2 changed files with 72714 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -71,14 +71,15 @@ onMounted(async () => {
//
await handleGetServiceList()
// 线
handleGetExpressway()
//
handleAllServiceMarkedPoint()
//
handleGetAnHuiBoundary()
// 线
handleGetExpressway()
hoverPoint.value = handlePointHover();
})
@ -105,7 +106,7 @@ const handleGetServiceList = async () => {
Province_Code: "530000",
ShowWeather: true, //
};
const data = await handleGetServerPartListJava(req)
const data = await handleGetServerpartList(req)
let str: string = "";
if (data && data.length > 0) {