From 359a3d84ba7d9378cb183710db221580d7ba845a Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 04 七月 2022 16:55:35 +0800
Subject: [PATCH] up
---
electron/main/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/electron/main/index.ts b/electron/main/index.ts
index 31d21c7..6ead326 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -52,7 +52,7 @@
// 测试推送消息到Renderer进程
win.webContents.on('did-finish-load', () => {
win?.webContents.send('main-process-message', new Date().toLocaleString())
- win?.webContents.send('getConfigData',store.get('clientCode'),store.get('deviceList'))
+ win?.webContents.send('getConfigData',store.get('clientCode'),store.get('deviceList'),store.path)
})
// Make all links open with the browser, not with the application
--
Gitblit v1.8.0