diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 638f462..87ee49c 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -160,6 +160,10 @@ title: '核销订单', url: '/subpackages/groupBuyingConfiguration/groupVerifyOrder/groupVerifyOrder', img: '/static/img/apply.png' + },{ + title:'团购配置', + url:"/subpackages/groupBuyingConfiguration/groupBuyingConfiguration?storeId="+this.userInfo.store.id, + img: '/static/img/home4.png' } ] return; diff --git a/pages/welcome/welcome.vue b/pages/welcome/welcome.vue index edb0907..7d565b3 100644 --- a/pages/welcome/welcome.vue +++ b/pages/welcome/welcome.vue @@ -17,10 +17,10 @@ }, onLoad(options) { - uni.reLaunch({ - url: '/pages/login/login' - }) - return + // uni.reLaunch({ + // url: '/pages/login/login' + // }) + // return let that = this;