zengh
2021-07-21 b4339e311f29f7b52d91b9fc692f3c6a70fda463
1
2
3
4
5
6
7
8
import request from '@/router/axios';
 
export const getList = () => {
  return request({
    url: '/api/blade-user/getUserRegisterStatisticsData',
    method: 'get'
  })
}