feat:对接首页数据
This commit is contained in:
9
src/api/home.js
Normal file
9
src/api/home.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import request from './request'
|
||||
|
||||
// 彩云天气
|
||||
export function getWeatherApi() {
|
||||
return request({
|
||||
url: '/api/largeScreen/source/weather',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user