import { getAxios } from '@/utils/axios.js'
// 获取当前生效的公告列表
export function getActiveNotices() {
return getAxios({ url: '/api/common/notice' })
}