瀏覽代碼

钉钉也要显示正在进入系统

QuYueTing 9 月之前
父節點
當前提交
b885e1095a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
                 this.automaticLogin(jobNumber, token)
             }
             }
             // 用户绑定了企业微信 和 飞书
             // 用户绑定了企业微信 和 飞书
-            if(windowHerf.indexOf('userId') != '-1' || windowHerf.indexOf('appId') != '-1') {
+            if(windowHerf.indexOf('userId') != '-1' || windowHerf.indexOf('appId') != '-1' || windowHerf.indexOf('corpid') != '-1') {
                 this.bindingqywx = true
                 this.bindingqywx = true
             }
             }
         },
         },