dashboard
repositories
filestore
activity
search
login
main
/
jfptweb-publicSecurity-bf
群防群控前端备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
位置选择
zengh
2021-07-20
7e32d3d7ab3b116ceef1dfaa4a6216ed1d0fbf7b
[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'
})
}