Browse Source

解决传参 登录页面报错问题

wukai 2 tháng trước cách đây
mục cha
commit
4615774bdf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/sso.vue

+ 1 - 1
src/views/sso.vue

@@ -33,7 +33,7 @@ function handleLogin() {
       }
       return acc;
     }, {});
-    router.push({path: redirect.value || "/", query: otherQueryParams});
+    router.push({path: redirect.value || "/", query: null});
   }).catch(() => {
   });
 }