import { Exception } from '@eciol/share-ui'; export const EXCEPTION_COMPONENT = Exception; /** * @description: default layout */ export const LAYOUT = () => import('@/layouts/default/index.vue');