Lijy преди 2 години
родител
ревизия
db44c02e04
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

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

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