// 測試 正常跳轉應該登錄成功 // that.timer = setInterval(() => { that.$router.push('/mainChat');//路由跳轉mainChat const remote = require('electron').remote; const BrowserWindow = remote.BrowserWindow; //改變窗口大小 BrowserWindow.mainWindow.setSize
(common.WINDOW_SIZE_MAINCIAT.width, common.WINDOW_SIZE_MAINCIAT.height); BrowserWindow.mainWindow.center();//窗口打開居中顯示 // }, 8000); // clearInterval(that.timer);