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