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