测试版

This commit is contained in:
2026-02-11 14:49:18 +08:00
parent bef5c2f437
commit 92780ef52e
6 changed files with 348 additions and 0 deletions

6
src/api/notice.js Normal file
View File

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