This action will force synchronization from 美乐低代码/MetaLowCode 企业级全栈低代码平台, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
/*** @description 自动import导入所有 api 模块*/const modules = {}const files = import.meta.globEager('./model/*.js')for (const key in files) {modules[key.replace(/^\.\/model\/(.*)\.\w+$/, '1ドル')]=files[key].default}Object.keys(modules).forEach(item => {// 为每个模块添加一个前缀名,保证模块命明不冲突modules[item]['namespaced'] = true})import approval from './approval.js'import common from './common.js'import reportTemplates from './reportTemplates.js';import trigger from './trigger.js';import layoutConfig from './layoutConfig.js';import upload from './upload.js';// 审批流程modules.approval = approval;// 通用接口modules.common = common;// 报表模板modules.reportTemplates = reportTemplates;// 触发器modules.trigger = trigger;// 界面设置modules.layoutConfig = layoutConfig;// 上传相关modules.upload = upload;export default modules
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。