/* * @Author: tangqihui * @Date: 2023-03-06 */ import globalConfig from './systemConfig/taskConfig.vue' import portStrategy from './systemConfig/portStrategy.vue' import {withInstall} from '../../utils/tools' const YaGlobalConfig = withInstall(globalConfig, 'YaGlobalConfig') const YaPortStrategy = withInstall(portStrategy, 'YaPortStrategy') export { YaGlobalConfig, YaPortStrategy }