大屏页面初始化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user