mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-24 09:08:11 +08:00
demo ipc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user