fix: ⚗️ Attempt to fix routing

This commit is contained in:
ThatOneCalculator 2022-08-09 15:38:30 -07:00
parent d984b40b4c
commit 4370ef7b1b

View file

@ -3,9 +3,10 @@ import { Router } from '@/nirax';
import { $i, iAmModerator } from '@/account';
import MkLoading from '@/pages/_loading_.vue';
import MkError from '@/pages/_error_.vue';
import { api } from '@/os';
import { ui } from '@/config';
// const guestTimeline = nodeinfo.meta.enableGuestTimeline;
const guestTimeline = await api('meta', { detail: false }).enableGuestTimeline;
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
loader: loader,
@ -458,7 +459,7 @@ export const routes = [{
}, {
path: '/timeline',
component: page(() => import('./pages/timeline.vue')),
// loginRequired: guestTimeline,
loginRequired: guestTimeline,
}, {
name: 'index',
path: '/',