dashboard
repositories
filestore
activity
search
login
main
/
jczz_app
基层智治-uniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
公益投票、选举调查功能编写,修复部分问题
Lou
2023-11-25
ce21b378de4b5a075da8295404d2fdb3b2e3a22a
[jczz_app.git]
/
api
/
system
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
import http from '@/http/api.js'
//获取轮播图
export const getBannerList = (params) => {
return http.request({
url: '/blade-rotation/rotation/page',
method: 'GET',
params: {
...params
}
})
}