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' }) }