liuyg
2021-07-19 d554219390c8a33bc91921d459b37ecbce323062
src/api/home/home.js
@@ -1,8 +1,8 @@
import request from '@/router/axios';
export const startList = () => {
export const getList = () => {
  return request({
    url: '/api/blade-user/getUserRegisterStatisticsData',
    method: 'get',
    method: 'get'
  })
}