| | |
| | | import basicContainer from 'components/basic-container/main.vue' |
| | | import welContainer from 'components/wel-container/main.vue' |
| | | import basicMainContent from 'components/basic-main-content/main.vue' |
| | | import _ from 'lodash' |
| | | |
| | | import thirdRegister from './components/third-register/main.vue' |
| | | import NfDesignBase from '@saber/nf-design-base-elp' |
| | |
| | | // 业务组件 |
| | | import tenantPackage from './views/system/tenantpackage.vue' |
| | | // 地图依赖 |
| | | import mapContainer from './components/map-container/mapContainer.vue' |
| | | |
| | | import * as DC from '@dvgis/dc-sdk' |
| | | import '@dvgis/dc-sdk/dist/dc.min.css' |
| | |
| | | |
| | | window.$crudCommon = crudCommon |
| | | window.axios = axios |
| | | window._ = _ |
| | | const app = createApp(App) |
| | | for (const [key, component] of Object.entries(ElementPlusIconsVue)) { |
| | | app.component(key, component) |
| | |
| | | app.component('thirdRegister', thirdRegister) |
| | | app.component('flowDesign', flowDesign) |
| | | app.component('tenantPackage', tenantPackage) |
| | | app.component('mapContainer', mapContainer) |
| | | |
| | | app.config.globalProperties.$dayjs = dayjs |
| | | app.config.globalProperties.website = website |