index.js的内容如下const path = require('path');
const dialog = electron.remote.dialog;
var uploadFile = document.getElementByIdDefining a Global file path V
我正在尝试启动一个电子项目,但运行ionic capacitor run electron会出现一个空白屏幕,并显示5个控制台错误,显示为GET file:///c:/runtime.js net:ERR_FILE_NOT_FOUND如果我手动更改/www/index.html中的基本标记,然后运行ionic capacitor run electron,则<base>中的值将自动更改回默认值。让更改生效的正确方法是什么,这样我就可以构建一个Electron应用程序?.