gaoluyang
8 小时以前 076bb96b437258f0e8cdbe184040e1e302b60d4b
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'
    })
}