feat:重新对接首页接口

This commit is contained in:
zjc
2025-01-14 19:01:09 +08:00
parent 880db48579
commit ebac43f818
28 changed files with 2250 additions and 2133 deletions

View File

@@ -11,8 +11,8 @@ export function getWeatherApi() {
// 核心景区视频
export function getVideoListApi(data) {
return request({
url: 'http://36.138.38.16:6180/fjtcc-api/api/video/list',
method: 'get',
url: '/api/largeScreen/video/list',
method: 'post',
params: data
})
}
@@ -20,8 +20,8 @@ export function getVideoListApi(data) {
// 刷新播放地址
export function postRefreshApi(data) {
return request({
url: 'http://36.138.38.16:6180/fjtcc-api/api/video/refresh',
method: 'POST',
url: '/api/largeScreen/video/refresh',
method: 'post',
data
})
}