1.优化商品菜单选中效果 2.优化打印服务加载弹窗展示效果

This commit is contained in:
gyq
2025-04-22 15:25:53 +08:00
parent b5773cf78c
commit 47ccfd0544
8 changed files with 16196 additions and 32 deletions

View File

@@ -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) => {