首页联调、资源监控开发、文字和列表bug修复

This commit is contained in:
康冉冉
2025-09-10 10:30:21 +08:00
parent 5a35edad38
commit 9468268136
18 changed files with 483 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
import request from '@/utils/request'
/** ------------------服务器带收益------------------- */
/** ------------------服务器带收益------------------- */
// 查询列表
export function listBandWidth(data) {
return request({
@@ -74,7 +74,7 @@ export function graPackage(data) {
data: data
})
}
// 95带值Mbps/月---图
// 95带值Mbps/月---图
export function graMonthly(data) {
return request({
url: '/system/bandwidth/graphicalAnalysisMonthly',
@@ -82,7 +82,7 @@ export function graMonthly(data) {
data: data
})
}
// 有效-95带值Mbps/月---图
// 有效-95带值Mbps/月---图
export function graEffectiveMonthly(data) {
return request({
url: '/system/bandwidth/graphicalAnalysisEffectiveMonthly',
@@ -90,7 +90,7 @@ export function graEffectiveMonthly(data) {
data: data
})
}
// 有效-95带值Mbps/日---图
// 有效-95带值Mbps/日---图
export function graEffectiveDaily(data) {
return request({
url: '/system/bandwidth/graphicalAnalysisEffectiveDaily',
@@ -106,7 +106,7 @@ export function graEffectiveAvgMonthly(data) {
data: data
})
}
// 95带值/日----图
// 95带值/日----图
export function graDaily(data) {
return request({
url: '/system/bandwidth/graphicalAnalysisDaily',