From 2013d16776b458105f090c01e097e81767564662 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期二, 31 一月 2023 13:30:26 +0800
Subject: [PATCH] 45
---
electron/main/index.ts | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/electron/main/index.ts b/electron/main/index.ts
index b6fcd92..ca4920a 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -144,16 +144,4 @@
"machineName": arg.machineName,
"screenTimeout": arg.screenTimeout,
}
- // //对比两端配置文件
- // if(JSON.stringify(mode1)!=JSON.stringify(mode2)){
- // //更新cofing.json
- // console.log('update confing.json')
- // store.set(mode2)
- // // 重新建立sockte 通讯
- // win?.webContents.send('getScreenTimeout',store.get('screenTimeout'))
- // win?.webContents.send('getPcName',store.get('machineName'))
- // win?.webContents.send('getConfigData',store.get('clientCode'),store.path)
- // }
-
-
})
\ No newline at end of file
--
Gitblit v1.8.0