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