Lijy 4 일 전
부모
커밋
197213fe28
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/index/index.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/index/index.vue

@@ -345,7 +345,8 @@ export default {
             var href = window.location.href;
             if (href.indexOf('path') > 0) {
                 const linkAddress = href.split('path=/#')[1]
-                this.$router.push(linkAddress);
+                const paths = linkAddress.split('&hasTriedAutoLogin')[0]
+                this.$router.push(paths)
             }
         },