feat(发货): 新增发货功能模块及相关页面
- 添加发货功能页面及API接口 - 更新tabbar图标和路由配置 - 修改物料信息展示逻辑 - 优化页面跳转和权限控制 - 更新应用版本至1.3.29
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
this.initApp()
|
||||
updateManager.checkUpdate();
|
||||
updateManager.checkUpdate();
|
||||
plus.navigator.closeSplashscreen()
|
||||
},
|
||||
methods: {
|
||||
// 初始化应用
|
||||
@@ -17,14 +18,7 @@
|
||||
//#ifdef H5
|
||||
this.checkLogin()
|
||||
//#endif
|
||||
// uni.hideTabBar()
|
||||
},
|
||||
// mounted() {
|
||||
// uni.hideTabBar()
|
||||
// },
|
||||
// onShow() {
|
||||
// uni.hideTabBar()
|
||||
// },
|
||||
initConfig() {
|
||||
this.globalData.config = config
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user