吉安感知网项目-前端
张含笑
2026-01-13 62c4f89a5db2f5594c782ef2b2bbb8941f63454f
1
2
3
4
5
6
7
8
import request from '@/axios'
// 列表
export const listDataAPI = () => {
    return request({
        url: `/blade-system/helpCenter/list`,
        method: 'get',
    })
}