diff --git a/src/renderer/src/main.ts b/src/renderer/src/main.ts index 5b9437f..3371fbd 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',