liuyg
2021-08-10 a6f0596a6365b3ebdfd32af7fa2a740577aaef9d
src/api/home/home.js
@@ -5,4 +5,19 @@
    url: '/api/blade-user/getUserRegisterStatisticsData',
    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'
  })
}