0
点赞
收藏
分享

微信扫一扫

SOLR数据导入和导出

SPEIKE 2024-06-29 阅读 10

本地运行:

npm run electron:start

运行后项目请求地址为:

 

const {
protocol
} = require('electron');
app.commandLine.appendSwitch('--ignore-certificate-errors', 'true');
// Scheme must be registered before the app is ready
protocol.registerSchemesAsPrivileged([
{ scheme: 'app', privileges: { secure: true, standard: true } },
]);
举报

相关推荐

0 条评论