mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-22 21:01:58 +00: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));
|