| | |
| | | import referConfigFormDialog from "@/components/code-dialog-page/referConfigFormDialog" |
| | | import businessAdd from "@/views/modeling/BusinessAdd" |
| | | import TableCrud from "@/components/Crud/Crud" |
| | | import originalAdd from "@/views/modeling/originalAdd" |
| | | import FormTemplateDialog from "@/components/FormTemplate/index" |
| | | |
| | | // 将工具函数添加到全局 |
| | | import utilFunc from './util/func' |
| | |
| | | Vue.component('businessAdd',businessAdd) |
| | | Vue.component('attrCrud',attrCrud) |
| | | Vue.component('TableCrud',TableCrud) |
| | | |
| | | Vue.component('originalAdd',originalAdd) |
| | | Vue.component('FormTemplateDialog',FormTemplateDialog) |
| | | |
| | | // 加载相关url地址 |
| | | Object.keys(urls).forEach(key => { |