UNPKG

cheetah-framework

Version:

Cheetah Framework JS used in all our applications

11 lines (9 loc) 247 B
import config from '@cheetah/config' export default function () { cheetahApp.$router.replace({ name: _.get(config, 'auth.routes.login.name', 'auth'), query: { redirectPath: cheetahApp.$router.history.current.fullPath } }) }