瀏覽代碼

更改地址

master
kim131 4 年之前
父節點
當前提交
c9f16356bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/index.js

+ 1
- 1
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');
// 隐藏菜单栏


Loading…
取消
儲存