mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
5 lines
141 B
Vue
5 lines
141 B
Vue
import {ipcMain} from 'electron'
|
|
import {openInBrowser} from "../utils";
|
|
|
|
ipcMain.on('open-in-browser', (event, url) => openInBrowser(url));
|