Browse Source

2022.5.30

山水共长天一色 3 năm trước cách đây
mục cha
commit
4c17907447
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

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

@@ -127,9 +127,7 @@
                         var jumpurl = ''
                         if(url.indexOf(jumpkey) > 0){
                             corpId = url.substring(url.indexOf(key)+key.length,url.indexOf(jumpkey));
-                            if(corpId == 'ding169917db7f1ee5f435c2f4657eb6378f'){
-                                jumpurl = url.substring(url.indexOf(jumpkey)+jumpkey.length,url.indexOf('#'));
-                            }
+                            jumpurl = url.substring(url.indexOf(jumpkey)+jumpkey.length,url.indexOf('#'));
                         }else{
                             corpId = url.substring(url.indexOf(key)+key.length,url.indexOf('#'));
                         }