liuyg
2021-08-10 506ed59d7e4e8952b141a9ff1f41fbddc58a6ce0
src/api/home/home.js
@@ -12,4 +12,12 @@
    url: '/api/alarm/alarm/countAlarm',
    method: 'get'
  })
}
export const getLeftUp = () => {
  return request({
    url: '/api/blade-user/getUserTypeCount',
    method: 'get'
  })
}