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