赞
踩
各应用分别打包成asar文件,在主应用中加载各asar应用包
const path = Path.join(__dirname, '..', `${appId}.asar`);
const pagePath = url.format({
protocol: 'file',
slashes: true,
pathname: `${path}/index.html`
});
global.mainWindow.loadURL(pagePath);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。