dashboard
repositories
filestore
activity
search
login
main
/
jczz_app
基层智治-uniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
用户打标签 保存code 和userId
linwe
2023-11-17
5f5b1c3fb2ac030637e5bfde3ed9d9fd55c81ae0
[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
}
})
}