feat: home 1
This commit is contained in:
@ -3,8 +3,8 @@ import request from '@/config/axios'
|
||||
// IoT 数据统计 API
|
||||
export const ProductCategoryApi = {
|
||||
// 查询首页所需数据统计信息
|
||||
getIotMainStats: async () => {
|
||||
return await request.get({ url: `/iot/statistics/main`})
|
||||
getIotMainStats: async (params: any) => {
|
||||
return await request.get({ url: `/iot/statistics/main`, params })
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user