新增地图弹窗 bug修改

This commit is contained in:
duanliang
2025-03-21 18:12:04 +08:00
parent 2208efc12e
commit 08041130e8
13 changed files with 262 additions and 51 deletions

View File

@@ -7,7 +7,14 @@ export function getWeatherApi() {
method: 'get'
})
}
//关注视频列表
export function getColletListApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/video/collectList',
method: 'post',
data
})
}
// 核心景区视频
export function getVideoListApi(data) {
return request({