forked from zhba/zhba_exam
src/api/examapi/examination.js @@ -48,3 +48,11 @@ } }) } export const getNowTime = () => { return request({ url: '/api/exampaper/getdate/', method: 'get', }) }