src/api/examapi/examination.js @@ -47,4 +47,12 @@ userId } }) } } export const getNowTime = () => { return request({ url: '/api/exampaper/getdate/', method: 'get', }) }