Parcourir la source

飞书的登陆状态

Lijy il y a 2 ans
Parent
commit
2a47eaf0dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

@@ -112,7 +112,7 @@
                 this.automaticLogin(jobNumber, token)
             }
             // 用户绑定了企业微信 和 飞书
-            if(windowHerf.indexOf('userId') != '-1' && windowHerf.indexOf('appId') != '-1') {
+            if(windowHerf.indexOf('userId') != '-1' || windowHerf.indexOf('appId') != '-1') {
                 this.bindingqywx = true
             }
         },