shuinichang_/.history/src/api/nxgl_20231215103221.js

44 lines
776 B
JavaScript

import request from '@/utils/request'
// 能源流向
export function GetNylx () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 复费率
export function GetFfl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 能效对标
export function GetNxdb () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 节能量
export function GetJnl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷占比
export function GetFhzb () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷
export function GetScxfh () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}