chunkygoo.
10/06/2022, 4:38 PMchunkygoo.
10/06/2022, 4:38 PMgetRedirectionURL: async (context) => {
if (context.action === 'SUCCESS') {
if (context.redirectToPath !== undefined) {
return context.redirectToPath;
}
if (localStorage.getItem('lang') === 'en-US') {
toast.success('Welcome back!', {
position: toast.POSITION.BOTTOM_RIGHT,
});
return '/home';
} else if (localStorage.getItem('lang') === 'zh') {
toast.success('ζ¬’θΏοΌ', {
position: toast.POSITION.BOTTOM_RIGHT,
});
return '/zh/home';
}
}
return undefined;
},
}
chunkygoo.
10/06/2022, 4:38 PMchunkygoo.
10/06/2022, 4:39 PMchunkygoo.
10/06/2022, 4:40 PMchunkygoo.
10/06/2022, 4:42 PMporcellus
10/06/2022, 5:38 PMporcellus
10/06/2022, 5:38 PMporcellus
10/06/2022, 5:38 PMchunkygoo.
10/06/2022, 5:52 PMchunkygoo.
10/06/2022, 5:52 PMchunkygoo.
10/06/2022, 5:53 PMwindowHandler: (oI) => {
return {
...oI,
location: {
...oI.location,
setHref: (href) => {
Router.push(href);
},
},
};
},
chunkygoo.
10/06/2022, 5:53 PMchunkygoo.
10/06/2022, 5:53 PMchunkygoo.
10/06/2022, 5:54 PMporcellus
10/06/2022, 5:55 PMporcellus
10/06/2022, 5:55 PMporcellus
10/06/2022, 5:56 PMporcellus
10/06/2022, 5:56 PMchunkygoo.
10/06/2022, 11:57 PMporcellus
10/07/2022, 8:03 AMchunkygoo.
10/07/2022, 4:57 PM