mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-24 15:06:39 +08:00
v3.8.1发布,上传前端代码
This commit is contained in:
4
jeecgboot-vue3/electron/ipc/index.ts
Normal file
4
jeecgboot-vue3/electron/ipc/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import {ipcMain} from 'electron'
|
||||
import {openInBrowser} from "../utils";
|
||||
|
||||
ipcMain.on('open-in-browser', (event, url) => openInBrowser(url));
|
||||
Reference in New Issue
Block a user