From 7b94bf127f981d06763e3ec106f944e3fa09f3a4 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期日, 07 七月 2024 19:38:45 +0800 Subject: [PATCH] 1 --- App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index bd62744..9ad1faf 100644 --- a/App.vue +++ b/App.vue @@ -41,7 +41,7 @@ // console.log('init info',res,this.currentInfo) if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) { uni.reLaunch({ - url: '/pages/home/farmer-home' + url: '/pages/home/supplier-home' }) } }, 200); @@ -56,7 +56,7 @@ // console.log('init info',res,this.currentInfo) if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) { // uni.reLaunch({ - // url: '/pages/home/farmer-home' + // url: '/pages/home/supplier-home' // }) } }, 200); -- Gitblit v1.9.3