mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
7 lines
320 B
TypeScript
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 };
|