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)
             }
         },