From 86c24f2acd2250edaabfa82242cf8b5630f04da0 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Tue, 12 Mar 2024 11:39:42 +0800 Subject: [PATCH] del load --- electron/config/bin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/config/bin.js b/electron/config/bin.js index d377caa..eac4fa7 100644 --- a/electron/config/bin.js +++ b/electron/config/bin.js @@ -21,7 +21,6 @@ module.exports = { directory: './', cmd: 'electron', args: ['.', '--env=local'], - loadingPage: '/public/html/loading.html', } },