大屏项目初始化

This commit is contained in:
2026-03-10 23:29:10 +08:00
parent 7725bb8cd8
commit ddd39f73ff

View File

@@ -0,0 +1,12 @@
import request from '@/utils/request'
/**
* 获取指标信息列表
*/
export function getChartList(params) {
return request({
url: '/biz/chartInfo/list',
method: 'get',
params: params
})
}