feat:对接监控-交通ai分析数据

This commit is contained in:
张先生
2025-03-17 13:24:02 +08:00
parent 641753aee8
commit 1b74cdf403
5 changed files with 36 additions and 95 deletions

View File

@@ -266,13 +266,13 @@
isSkip.value = false
current.vlaue = ''
isBack.value = true
let res1 = await getSpotListApi()
let spotRes = await getSpotListApi()
navLeft.value = [
{
name: '奉节县',
scenicSpotId: ''
},
...res1.data
...spotRes.data
]
break
case '/sceneTesting':