From 3cdd49155c2d48f03b6543b2a2f7edda72a87f3d Mon Sep 17 00:00:00 2001 From: MeSHard <5373476+meshard@user.noreply.gitee.com> Date: Mon, 24 Nov 2025 15:58:55 +0800 Subject: [PATCH] 1 --- src/api/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/index.js b/src/api/index.js index 67e9d9a..2427055 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -449,6 +449,7 @@ export function getYunYingData(params) { export function getCaiWuData(params) { return request.get('/getCaiWuData', { params }) } +// 运维数据 export function getYunWeiData(params) { return request.get('/yunwei', { params }) }