@jdlinker/system
Version:
jdLinker 系统模块
16 lines (13 loc) • 703 B
text/typescript
import { withInstall } from '@jdlinker/utils';
import sysMessageModal from './system/message/components/SysMessageModal.vue';
import detailModal from './jlap/monitor/mynews/DetailModal.vue';
import dynamicNotice from './jlap/monitor/mynews/DynamicNotice.vue';
export * from './system/tenant/tenant.api';
export * from './system/depart/depart.api';
export * from './system/dict/dict.api';
export * from './jlap/monitor/mynews/mynews.api';
export * from './system/message/components/useSysMessage';
export * from '../api/sys/user';
export const SysMessageModal = withInstall(sysMessageModal);
export const DetailModal = withInstall(detailModal);
export const DynamicNotice = withInstall(dynamicNotice);