feat:对接首页数据

This commit is contained in:
zjc
2024-12-27 14:50:53 +08:00
parent f7e15899a4
commit 88eb805c46
4 changed files with 84 additions and 29 deletions

9
src/api/home.js Normal file
View File

@@ -0,0 +1,9 @@
import request from './request'
// 彩云天气
export function getWeatherApi() {
return request({
url: '/api/largeScreen/source/weather',
method: 'get'
})
}