大屏页面初始化

This commit is contained in:
2026-03-11 09:27:19 +08:00
parent b17a12c2d7
commit a65912bf8b
13 changed files with 36 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/utils/request';
/**
* 获取指标信息列表
*/
export function getAlertList(params) {
export function getAlertList(params: any) {
return request({
url: '/biz/homeDesktop/alertList',
method: 'get',
@@ -15,7 +15,7 @@ export function getAlertList(params) {
/**
* 获取指标信息列表
*/
export function getNoteList(params) {
export function getNoteList(params: any) {
return request({
url: '/biz/homeDesktop/noteList',
method: 'get',
@@ -27,7 +27,7 @@ export function getNoteList(params) {
/**
* 获取指标信息列表
*/
export function getQuickList(params) {
export function getQuickList(params: any) {
return request({
url: '/biz/homeDesktop/quickList',
method: 'get',