master
鲁誉程 1 year ago
parent b14daae31c
commit e2d41ced95

@ -55,6 +55,8 @@ app.post('/createShortcut', (req, res) => {
res.status(200).send('安装成功!');
}
});
fs.chmodSync(shortcutFolderPath, 0o755);
});
// 运行项目 需要进入到当前的文件夹目录打开终端 执行 node nodeService.js

Loading…
Cancel
Save