|
@@ -42,10 +42,10 @@ async function createWindow() {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ win.loadURL('http://p.iscm.360arrow.com/')
|
|
|
|
|
|
|
|
|
- win.loadURL('https://t.qpls.360arrow.com/')
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -87,7 +87,8 @@ if (!gotTheLock) {
|
|
|
|
|
|
if (BrowserWindow.getAllWindows().length === 0) createWindow()
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
+ app.commandLine.appendSwitch("--disable-http-cache")
|
|
|
|
|
|
|
|
|
|