liuyg
2021-08-10 a6f0596a6365b3ebdfd32af7fa2a740577aaef9d
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'
  })
}