大屏页面初始化

This commit is contained in:
2026-03-11 10:32:51 +08:00
parent a65912bf8b
commit ee7e32e738
14 changed files with 65 additions and 74 deletions

View File

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