dashboard
repositories
filestore
activity
search
login
main
/
jczz_app
基层智治-uniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
资讯修改
zhongrj
2023-11-11
71d69321713915df2d21cf01fc4c5a629ba8202f
[jczz_app.git]
/
api
/
article
/
article.js
1
2
3
4
5
6
7
8
9
10
11
import http from '@/http/api.js'
export const getPage = (params) => {
return http.request({
url: '/blade-article/article/page',
method: 'GET',
params: {
...params
}
})
}