src/api/viewIndex.js @@ -53,3 +53,9 @@ method: 'get' }) } export const noticesCount = () => { return request({ url: '/home/noticesCount', method: 'get' }) }