gaoluyang
6 天以前 3712799f3e0904f28e4268deaa5c5ee291323c38
src/api/viewIndex.js
@@ -45,3 +45,17 @@
        method: 'get'
    })
}
// 协同待审批和报修待办事项
export const approveAndDeviceTodos = () => {
    return request({
        url: '/home/approveAndDeviceTodos',
        method: 'get'
    })
}
export const noticesCount = () => {
    return request({
        url: '/home/noticesCount',
        method: 'get'
    })
}