I
Size: a a a
АБ
BS
IP
EP
BS
EP
EP
EP
BS
EP
V💊
D
EP
AK
export default function({next, $auth, route}) {
if ($auth.loggedIn) {
console.log($auth)
} else {
route.push("/admin/login")
}
}
ДТ
export default function({next, $auth, route}) {
if ($auth.loggedIn) {
console.log($auth)
} else {
route.push("/admin/login")
}
}
ДТ
AK
ДТ
ДТ