feat: 添加扫码成功页面和实际库区选择功能
- 新增扫码成功页面,优化用户体验 - 添加实际库区选择组件和API接口 - 修改合并功能表单,增加实际库区选择 - 更新应用版本号和配置 - 优化首页跳转逻辑和错误处理
This commit is contained in:
@@ -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')
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user