UNPKG

cheetah-framework

Version:

Cheetah Framework JS used in all our applications

12 lines (9 loc) 284 B
import Index from '../pages/Index' import config from '@cheetah/config' const authConfig = config.auth export default [{ path: _.get(authConfig, 'routes.login.path', '/auth'), name: _.get(authConfig, 'routes.login.name', 'login'), component: Index, meta: { auth: false } }]