1.优化商品菜单选中效果 2.优化打印服务加载弹窗展示效果
This commit is contained in:
@@ -32,6 +32,7 @@ app.whenReady().then(() => {
|
||||
win.loadFile(path.resolve(__dirname, "../dist/index.html")); // 打包后使用文件路径访问应用
|
||||
}
|
||||
|
||||
// 安装最新版本的exe文件
|
||||
const installExe = async (exePath) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
exec(`${exePath}`, (error, stdout, stderr) => {
|
||||
|
||||
Reference in New Issue
Block a user