export default function ({route, redirect, error}) { ///////////// redirect to default local if (route.name === 'applanding') return redirect('/qrlanding') }