| api/notice/notice.js | ●●●●● 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 } }) }