Lijy 1 miesiąc temu
rodzic
commit
1058652445

+ 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")) {