|
@@ -46,7 +46,7 @@ async function createWindow() {
|
|
|
createProtocol('app')
|
|
|
// Load the index.html when not in development
|
|
|
// win.loadURL('app://./index.html')
|
|
|
- win.loadURL(process.env.WEBPACK_DEV_SERVER_URL)
|
|
|
+ win.loadURL('https://pc.liebaoai.cn/#/login')
|
|
|
}
|
|
|
ipcMain.on('show-context-menu', (event) => {
|
|
|
const template = [
|