SOLR数据导入和导出

SPEIKE

关注

阅读 10

2024-06-29

本地运行:

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)

0 0 举报