dashboard
repositories
filestore
activity
search
login
main
/
jczz_app
基层智治-uniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/master'
linwe
2023-11-11
342050c3c3486dc52a8614bea4bdf8378f4df1f2
[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
}
})
}