Files
ruoyi-plus-soybean/src/views/system/index.ts

7 lines
320 B
TypeScript

const Login = () => import('./login/index.vue');
const NoPermission = () => import('./exception/no-permission/index.vue');
const NotFound = () => import('./exception/not-found/index.vue');
const ServiceError = () => import('./exception/service-error/index.vue');
export { Login, NoPermission, NotFound, ServiceError };