添加离线地图
This commit is contained in:
@@ -1,23 +1,30 @@
|
||||
import createAxios from '@/utils/request'
|
||||
|
||||
export function getEnterpriseSteadyQualify(data:any) {
|
||||
export function getEnterpriseSteadyQualify(data: any) {
|
||||
return createAxios({
|
||||
url: "/harmonic-boot/steadyQualify/getEnterpriseSteadyQualify",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
url: '/harmonic-boot/steadyQualify/getEnterpriseSteadyQualify',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function getSteadyQualifyCensus(data:any) {
|
||||
export function getSteadyQualifyCensus(data: any) {
|
||||
return createAxios({
|
||||
url: "/harmonic-boot/steadyQualify/getSteadyQualifyCensus",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function IntegrityIcon(data:any) {
|
||||
url: '/harmonic-boot/steadyQualify/getSteadyQualifyCensus',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function IntegrityIcon(data: any) {
|
||||
return createAxios({
|
||||
url: "/device-boot/LineIntegrityData/getIntegrityIcon",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
url: '/device-boot/LineIntegrityData/getIntegrityIcon',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function getTHDistortionCensus(data: any) {
|
||||
return createAxios({
|
||||
url: '/harmonic-boot/tHDistortion/getTHDistortionCensus',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user