shuinichang_/.history/src/api/fhgl_20231215094115.js

18 lines
325 B
JavaScript

import request from '@/utils/request'
// 负荷管理
export function GetFhgl () {
return request({
// url: 'brand',
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 负荷分析
export function GetFhfx () {
return request({
// url: 'brand',
url: `brand?limit=${limit}`,
method: 'GET'
})
}