App.vue
@@ -51,10 +51,18 @@ // #endif } // #endif // #ifdef PUB_CUSTOMER uni.reLaunch({ url: '/pages/home/home' }) // #ifdef PUB_CUSTOMER // 需要处理一下,判断是跳转登录还是原封不动 if(options.partnerUserId){ //需要去注册页面 console.log('options',options) }else{ uni.reLaunch({ url: '/pages/home/home' }) } // #endif },