This commit is contained in:
刘龙龙 2023-12-18 09:40:09 +08:00
parent 48fded885e
commit aa310332c0
3 changed files with 4 additions and 86 deletions

View File

@ -59,10 +59,10 @@ export default {
}
#app {
/* width: 7680px;
height: 3240px; */
width: 100vw;
height: 100vh;
width: 7680px;
height: 3240px;
/* width: 100vw;
height: 100vh; */
overflow: hidden;
/* background-image: url(./assets/img/.png), url(./assets/img/.png),
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */

View File

@ -1,49 +1,7 @@
<<<<<<< HEAD
import request from '@/utils/request'
// 负荷管理
export function GetFhgl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 负荷分析
export function GetFhfx () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 变压器负载率
export function GetByqfzl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 负荷分类
export function GetFhfl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷占比
export function GetFhzb () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷
export function GetScxfh () {
=======
import request from "@/utils/request";
//
export function loadBrand(limit) {
>>>>>>> 8e6643d1bfe6292f1084dc89239993788d0f6bcc
return request({
url: `brand?limit=${limit}`,
method: "GET",

View File

@ -4,45 +4,6 @@ import request from "@/utils/request";
export function GetKdfhzy() {
return request({
url: `/api/GetAdjustableload`,
<<<<<<< HEAD
method: 'GET'
})
}
// 可调负荷策略
export function GetKdfhcl () {
return request({
url: `/api/GetLoadControlStrategy`,
method: 'GET'
})
}
// 可调负荷分析
export function GetKdfhfx () {
return request({
url: `/api/GetAdjustableLoadAnalysis`,
method: 'GET'
})
}
// 刚性可调负荷
export function GetGang () {
return request({
url: `/api/GetRigidAdjustableLoads`,
method: 'GET'
})
}
// 柔性可调负荷
export function GetRou () {
return request({
url: `/api/GetFlexibleAdjustableLoad`,
method: 'GET'
})
}
//可调设备
export function GetKdsb () {
return request({
url: `/api/GetAdjustableDevice`,
method: 'GET'
})
=======
method: "GET",
});
}
@ -80,5 +41,4 @@ export function GetKdsb() {
url: `/api/GetAdjustableDevice`,
method: "GET",
});
>>>>>>> 8e6643d1bfe6292f1084dc89239993788d0f6bcc
}