dashboard
repositories
filestore
activity
search
login
main
/
education
安全在线教育平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
线下登记、统计
zhouwx
2024-07-05
c293e8f2c2c8f1eae95b0255a8745456963511d2
[education.git]
/
src
/
api
/
onlineEducation
/
count.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
export function getCompanyCount(params) {
return request({
url: '/statistic/companyStatistic',
method: 'get',
params: params
})
}