From c9f16356bcb65ef2502e1e4cac772577f9257c4d Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Fri, 25 Dec 2020 10:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 4ecc832..8d93c02 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -27,7 +27,7 @@ function createWindow() { // and load the index.html of the app. // mainWindow.loadFile('./dist/index.html') // mainWindow.loadURL('http://47.104.91.134:9000'); - mainWindow.loadURL('http://47.104.91.134:9000', { "extraHeaders": "pragma: no-cache\n" }); + mainWindow.loadURL('http://www.lockingos.org:9000', { "extraHeaders": "pragma: no-cache\n" }); // mainWindow.loadURL('http://localhost:8081'); // mainWindow.loadURL('http://10.240.33.229:8081'); // 隐藏菜单栏