|
@ -14,7 +14,6 @@ exports.createMainWindow = function () { |
|
|
preload: path.join(__dirname, 'web/main.js') |
|
|
preload: path.join(__dirname, 'web/main.js') |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
// and load the index.html of the app.
|
|
|
// and load the index.html of the app.
|
|
|
exports.MainWindow.loadURL('http://oa.ouxuan.net/?d=we&m=login') |
|
|
exports.MainWindow.loadURL('http://oa.ouxuan.net/?d=we&m=login') |
|
|
|
|
|
|
|
|