feat: 添加扫码成功页面和实际库区选择功能

- 新增扫码成功页面,优化用户体验
- 添加实际库区选择组件和API接口
- 修改合并功能表单,增加实际库区选择
- 更新应用版本号和配置
- 优化首页跳转逻辑和错误处理
This commit is contained in:
砂糖
2025-11-04 13:07:06 +08:00
parent 610ca8f2d8
commit 196f55961a
12 changed files with 2889 additions and 2443 deletions

View File

@@ -6,7 +6,7 @@
export default {
onLaunch: function() {
this.initApp()
updateManager.checkUpdate();
// updateManager.checkUpdate();
},
methods: {
// 初始化应用
@@ -33,7 +33,7 @@
this.$tab.reLaunch('/pages/login')
return;
}
this.$store.dispatch('GetInfo')
}
}
}