| | |
| | | // import tenantPackage from './views/system/tenantpackage.vue'; |
| | | // import tenantDatasource from './views/system/tenantdatasource.vue'; |
| | | import './utils/rem' |
| | | import { hToV, wToR } from '@/utils/pxConver'; |
| | | window.$crudCommon = crudCommon; |
| | | debug(); |
| | | window.axios = axios; |
| | |
| | | app.config.globalProperties.$dayjs = dayjs; |
| | | app.config.globalProperties.website = website; |
| | | app.config.globalProperties.getScreen = getScreen; |
| | | app.config.globalProperties.wToR = wToR; |
| | | app.config.globalProperties.hToV = hToV; |
| | | |
| | | app.use(error); |
| | | app.use(i18n); |
| | | app.use(store); |