liuyg
2021-08-10 ee0f467d189e1535cbe9810d9a2d460a5f841bfc
src/api/home/home.js
@@ -5,4 +5,11 @@
    url: '/api/blade-user/getUserRegisterStatisticsData',
    method: 'get'
  })
}
export const getSevenDaty = () => {
  return request({
    url: '/api/alarm/alarm/countAlarm',
    method: 'get'
  })
}