| | |
| | | |
| | | // 顶部导航 |
| | | export function getAppHeaderNav (data) { |
| | | return request.get('/visitsAdmin/cloudService/business/hksync/getHkMenuLink?type='+ data) |
| | | return request.post('/visitsAdmin/cloudService/business/hksync/getHkMenuLink/'+data+'?time='+Math.random()) |
| | | } |
| | | // 主体数据 |
| | | export function getWorkbenchBody (data) { |
| | |
| | | export function getWorkbenchTaskHead (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/staging/taskCenterHeadPC', data) |
| | | } |
| | | // 同步海康代办数据 |
| | | export function syncHkNotice (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/hksync/notice/getList', data) |
| | | } |
| | | // pc工作台 |
| | | export function getWorkbenchData (data) { |
| | | return request.get('/visitsAdmin/cloudService/business/staging/pCWorkPlatformData', { |
| | | params: {...data } |
| | | }) |
| | | } |
| | | } |