圖片刪除

This commit is contained in:
lvyuankang 2024-08-29 12:28:19 +08:00
parent 8e276824e8
commit 747f88e65a
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ export async function delHilog(){
if(isSevenDaysAgo(data)){
const date=dateFormat(new Date()).split(' ')[0]
fileUtil.addFile(`${folderPath}/hilogTime.txt`, date)
deleteAllFileByPiC('jt',1)
deleteAllFileByPiC('pz',1)
// fileUtil.addFile(`${folderPath}/hilogTime.txt`, JSON.stringify(num))
}
}

View File

@ -1444,7 +1444,7 @@ export default class Judge {
const msgStr = strArr[num];
if(msgStr == ''){
console.info(judgeTag, '模拟数据考试结束')
globalThis.windowClass.setWindowSystemBarEnable(['navigation'])
// globalThis.windowClass.setWindowSystemBarEnable(['navigation'])
clearInterval(judgeTimer)
this.checkExamIsEnd(true)
return