From 80f63fcca1cac46ed006981a0cda0d833bc963f0 Mon Sep 17 00:00:00 2001 From: zh <972939975@qq.com> Date: Thu, 4 Sep 2025 21:26:02 +0800 Subject: [PATCH] Merge branch 'zyl' of http://xny.yj-3d.com:3000/zhouyulong/electron-4 into zyl --- src/renderer/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/main.ts b/src/renderer/src/main.ts index 3371fbd..5b9437f 100644 --- a/src/renderer/src/main.ts +++ b/src/renderer/src/main.ts @@ -25,7 +25,7 @@ import '../public/tree/jquery.ztree.exhide.js' import '../public/tree/fuzzysearch.js' import '../public/tree/newFuzzySearch' import Pagination from './components/Pagination/index.vue' -// process.env["ELECTRON_DISABLE_SECURITY_WARNINGS"] = "true"; +process.env["ELECTRON_DISABLE_SECURITY_WARNINGS"] = "true"; const i18n = createI18n({ legacy: false, locale: 'zh-CN',