src/api/home/home.js
@@ -1,8 +1,23 @@ import request from '@/router/axios'; export const startList = () => { export const getList = () => { return request({ url: '/api/blade-user/getUserRegisterStatisticsData', method: 'get', method: 'get' }) } export const getSevenDaty = () => { return request({ url: '/api/alarm/alarm/countAlarm', method: 'get' }) } export const getLeftUp = () => { return request({ url: '/api/blade-user/getUserTypeCount', method: 'get' }) }