From 967c73f98acda212fae1135aa3d9a748c1db184a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Mar 2023 10:38:45 +0800 Subject: [PATCH] autoLogin --- src/project/fengdu/AppHome/AppHome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue index 322bfb3..d3407f0 100644 --- a/src/project/fengdu/AppHome/AppHome.vue +++ b/src/project/fengdu/AppHome/AppHome.vue @@ -70,7 +70,7 @@ export default { uni.setNavigationBarTitle({title: "丰收号"}) }, onLoad() { - this.autoLogin().then(() => { + this.autoLogin({ loginWay: 'qujing' }).then(() => { this.getSwiperList(); this.getGrids(); this.getNotice();