yf_zhb il y a 2 ans
Parent
commit
bad32bdb15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/utils/sso.js

+ 1 - 1
src/utils/sso.js

@@ -209,7 +209,7 @@ export function parseSSoToken(store, next, to) {
   } else if (siblingToken) {
     //
     return store.dispatch('SaveSiblingToken', siblingToken).then(() => {
-      router.replace({
+      next({
         path: to.path,
         query: omit(to.query, ['siblingToken', 'subid'])
       });