dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
68个表格在1366*768下的适配,保安单位情况智能分析中的图表的适配以及其按钮会被遮住不能点击
liuyg
2022-02-15
a38281e697cde9f45926a6af0c88bec14501fec0
[~admin/zhba_enterprises.git]
/
src
/
api
/
drive
/
drive.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import request from '@/router/axios';
export const getList = (current, size, params) => {
return request({
url: '/api/blade-desk/notice/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}