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