dashboard
repositories
filestore
activity
search
login
main
/
jfptweb-publicSecurity-bf
群防群控前端备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
公安版本前端初版
zengh
2021-06-06
e8dff0eccd331f92c49f4cb460d5d352329d7a60
[jfptweb-publicSecurity-bf.git]
/
src
/
api
/
supervisory
/
card.js
1
2
3
4
5
6
7
8
9
import request from '@/router/axios';
export const getList = (res) => {
return request({
url: '/api/blade-jfpts/equipment/equipment/listAll',
method: 'get',
params: {...res}
})
}