dashboard
repositories
filestore
activity
search
login
main
/
multiSystemPlatformWeb
多体系建设信息化条统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改新增
祖安之光
2025-11-20
a286e099b6740fba2e5071081d14f61cad56ed47
[multiSystemPlatformWeb.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
})
}