no message

This commit is contained in:
2025-12-11 13:48:48 +08:00
parent f11a12a416
commit 6c92138283
17 changed files with 1446 additions and 785 deletions
+2
View File
@@ -37,6 +37,8 @@ export default {
tmpTime = `${y}-${m}-${d} ${h}:${mm}:${s}`;
}else if(val == 3){
tmpTime = `${y}-${m}-${d}`;
}else if(val == 4){
tmpTime = `${y}-${m}-${d} ${h}:${mm}`;
}
return tmpTime;
},