周宾
6 小时以前 f7cd57455346e4fd7085eae8bcf7b01a75c94d25
src/api/viewIndex.js
@@ -52,4 +52,10 @@
        url: '/home/approveAndDeviceTodos',
        method: 'get'
    })
}
}
export const noticesCount = () => {
    return request({
        url: '/home/noticesCount',
        method: 'get'
    })
}