设备管理系统前端pc端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
391 B

import axiosSettings from '@/utils/safeSettings/axiosSettings'
import securityTools from '@/utils/safeComponents'
import securitySettings from '@/utils/safeSettings/securitySettings'
const request = securityTools.request(axiosSettings,securitySettings).request
export function getIndexReportData() {
return request({
url: '/system/org/getIndexReportData',
method: 'get',
})
}