export const defaultAuthParams = { loginUrl: '/login', afterLoginUrl: '/', }; export const defaultAuthStorageKey = 'tushan:auth';