dashboard
repositories
filestore
activity
search
login
main
/
jfptweb-publicSecurity-bf
群防群控前端备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
事件上报—任务下发流程完善
zengh
2021-07-20
c784b1b2e8384fe2696e88e48e1494bda3b2c024
[jfptweb-publicSecurity-bf.git]
/
src
/
api
/
home
/
home.js
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'
})
}