feat(update): 启用应用启动时的更新检查功能

refactor(update): 重构更新检查逻辑,优化代码结构和错误处理

feat(easycode): 新增移库和发货功能按钮及弹窗表单

chore: 更新应用版本号至1.3.10
This commit is contained in:
砂糖
2025-11-07 14:38:18 +08:00
parent be7f6ed23c
commit 348e0eedab
5 changed files with 682 additions and 235 deletions

View File

@@ -6,7 +6,7 @@
export default {
onLaunch: function() {
this.initApp()
// updateManager.checkUpdate();
updateManager.checkUpdate();
},
methods: {
// 初始化应用