Lijy 1 개월 전
부모
커밋
1058652445
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/login.vue

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/login.vue

@@ -113,7 +113,7 @@ function tryAutoLogin() {
 
 function bindIfNessary() {
   const href = window.location.href;
-  const requestUrl = isCorpWX.value ? '/wxcorp/bindCorpWeiXin' : isWX ? '/wechat/bindWeiXin' : '';
+  const requestUrl = isCorpWX.value ? '/wxcorp/bindCorpWeiXin' : isWX.value ? '/wechat/bindWeiXin' : '';
   if (requestUrl.length > 0) {
     //url包括 com/?code 证明为从微信跳转回来的
     if (href.includes("com/?code")) {