| | |
| | | import tenantPackage from './views/system/tenantpackage'; |
| | | import enupackage from "@/views/modeling/enupackage"; |
| | | import Versionpackage from "@/views/modeling/Versionpackage"; |
| | | import Businpackage from "@/views/modeling/Businpackage"; |
| | | import Relationpackage from "@/views/modeling/Relationpackage" |
| | | import Torelationpackage from "@/views/modeling/Torelationpackage" |
| | | import originalRange from "@/views/modeling/originalRange" |
| | | import originalLink from "@/views/modeling/originalLink" |
| | | import classifyTrees from "@/components/Tree/classifyTrees" |
| | | import classifyTreeform from "@/components/Tree/classifyTreeform" |
| | | import TemplatePro from "@/components/Tree/TemplatePro" |
| | | import formulaEditor from "@/components/code-dialog-page/formulaEditor" |
| | | |
| | | // 注册全局crud驱动 |
| | | window.$crudCommon = crudCommon; |
| | | // 加载Vue拓展 |
| | |
| | | Vue.component('tenantPackage', tenantPackage); |
| | | Vue.component('enupackage',enupackage) |
| | | Vue.component('Versionpackage',Versionpackage) |
| | | Vue.component('Businpackage',Businpackage) |
| | | Vue.component('Relationpackage',Relationpackage) |
| | | Vue.component('Torelationpackage',Torelationpackage) |
| | | Vue.component('originalRange',originalRange) |
| | | Vue.component('originalLink',originalLink) |
| | | Vue.component('classifyTrees',classifyTrees) |
| | | Vue.component('classifyTreeform',classifyTreeform) |
| | | Vue.component('TemplatePro',TemplatePro) |
| | | Vue.component('formulaEditor',formulaEditor) |
| | | |
| | | // 加载相关url地址 |
| | | Object.keys(urls).forEach(key => { |
| | | Vue.prototype[key] = urls[key]; |