From d95fe3d2f5754e47e5e1b392698b31e132b56d6e Mon Sep 17 00:00:00 2001 From: youmengting <2080639302@qq.com> Date: Thu, 14 Dec 2023 16:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E7=99=BB=E5=BD=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=8F=9C=E5=8D=95=E5=A2=9E=E5=8A=A0=EF=BC=9A=20?= =?UTF-8?q?=E5=9B=A2=E8=B4=AD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/home/home.vue | 4 ++++ pages/welcome/welcome.vue | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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;