From 98a4ba016389613832d98a73f147baf1e2ffef56 Mon Sep 17 00:00:00 2001 From: cysamurai Date: Fri, 8 Aug 2025 18:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A411?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tax-asst-client/src/main/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tax-asst-client/src/main/index.ts b/tax-asst-client/src/main/index.ts index 93ec8da..957a799 100644 --- a/tax-asst-client/src/main/index.ts +++ b/tax-asst-client/src/main/index.ts @@ -29,7 +29,8 @@ function createWindow(): void { const allowedOrigins = [ 'http://192.168.0.117:8092', - 'https://your-production-domain.com' + 'https://your-production-domain.com', + 'http://localhost:5173' ]; mainWindow.webContents.session.webRequest.onBeforeSendHeaders(