5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
export default function ({route, redirect, error}) {
|
|
///////////// redirect to default local
|
|
if (route.name === 'applanding') return redirect('/qrlanding')
|
|
}
|