| | |
| | | import Torelationpackage from "@/views/modeling/Torelationpackage" |
| | | import originalRange from "@/views/modeling/originalRange" |
| | | import originalLink from "@/views/modeling/originalLink" |
| | | import addBasicCode from './views/code/addbasiccode'; |
| | | import classifyTrees from "@/components/Tree/classifyTrees" |
| | | import classifyTreeform from "@/components/Tree/classifyTreeform" |
| | | import TemplatePro from "@/components/Tree/TemplatePro" |
| | | import attrCrud from "@/components/Tree/attrCrud" |
| | | import FormInput from "@/components/Form-input/FormInput" |
| | | import formulaEditor from "@/components/code-dialog-page/formulaEditor" |
| | | import referConfigCrudDialog from "@/components/code-dialog-page/referConfigCrudDialog" |
| | | import referConfigFormDialog from "@/components/code-dialog-page/referConfigFormDialog" |
| | | import businessAdd from "@/views/modeling/BusinessAdd" |
| | | |
| | | // 注册全局crud驱动 |
| | | window.$crudCommon = crudCommon; |
| | | // 加载Vue拓展 |
| | | Vue.use(router); |
| | |
| | | Vue.use(Element, { |
| | | i18n: (key, value) => i18n.t(key, value) |
| | | }); |
| | | |
| | | Vue.use(window.AVUE, { |
| | | size: 'small', |
| | | tableSize: 'small', |
| | |
| | | Vue.component('Torelationpackage',Torelationpackage) |
| | | Vue.component('originalRange',originalRange) |
| | | Vue.component('originalLink',originalLink) |
| | | Vue.component('addBasicCode',addBasicCode) |
| | | Vue.component('classifyTrees',classifyTrees) |
| | | Vue.component('classifyTreeform',classifyTreeform) |
| | | Vue.component('TemplatePro',TemplatePro) |
| | | Vue.component('FormInput',FormInput) |
| | | Vue.component('formulaEditor',formulaEditor) |
| | | Vue.component('referConfigCrudDialog',referConfigCrudDialog) |
| | | Vue.component('referConfigFormDialog',referConfigFormDialog) |
| | | Vue.component('businessAdd',businessAdd) |
| | | Vue.component('attrCrud',attrCrud) |
| | | |
| | | |
| | | |
| | | // 加载相关url地址 |
| | | Object.keys(urls).forEach(key => { |
| | | Vue.prototype[key] = urls[key]; |