import request from '@/utils/request' // 查询公告列表 export function panelData() { return request({ url: '/system/panel/panelData', method: 'get' }) }