gaoluyang
4 天以前 e4bf1b2abf8c59bbcc9f9ccbaef3e672c667c59e
src/api/viewIndex.js
@@ -52,4 +52,10 @@
        url: '/home/approveAndDeviceTodos',
        method: 'get'
    })
}
}
export const noticesCount = () => {
    return request({
        url: '/home/noticesCount',
        method: 'get'
    })
}