This commit is contained in:
gsx
2023-05-14 21:17:59 +08:00
parent 297dc5b334
commit 1e7e5e4ed9
3 changed files with 21 additions and 23 deletions

View File

@@ -217,7 +217,7 @@ class FrameworkController extends Controller {
/**
* 异步消息类型
*/
async ipcInvokeMsg(args, event) {
async ipcInvokeMsg(args, event) {
let timeNow = dayjs().format('YYYY-MM-DD HH:mm:ss');
const data = args + ' - ' + timeNow;