linwe
2023-11-10 c8a019bb1edc32511cffd2c04f63c98ce688e5d3
通知公告
1 files added
11 ■■■■■ changed files
api/notice/notice.js 11 ●●●●● patch | view | raw | blame | history
api/notice/notice.js
New file
@@ -0,0 +1,11 @@
import http from '@/http/api.js'
export const getPage = (params) => {
    return http.request({
        url: '/blade-notice/notice/page',
        method: 'GET',
        params: {
            ...params
        }
    })
}