|
|
|
|
@ -36,6 +36,7 @@ import tenantPackage from './views/system/tenantpackage.vue'; |
|
|
|
|
import tenantDatasource from './views/system/tenantdatasource.vue'; |
|
|
|
|
import * as echarts from 'echarts'; |
|
|
|
|
import 'virtual:svg-icons-register' |
|
|
|
|
|
|
|
|
|
// import print from 'vue3-print-nb' // 打印插件
|
|
|
|
|
|
|
|
|
|
// window.$crudCommon = crudCommon;
|
|
|
|
|
@ -70,12 +71,15 @@ app.use(router); |
|
|
|
|
// app.use(print)
|
|
|
|
|
app.use(ElementPlus, { |
|
|
|
|
locale: messages[language], |
|
|
|
|
size: 'small', |
|
|
|
|
}); |
|
|
|
|
// size: 'small'
|
|
|
|
|
//
|
|
|
|
|
app.use(Avue, { |
|
|
|
|
axios, |
|
|
|
|
calcHeight: 10, |
|
|
|
|
locale: messages[language], |
|
|
|
|
size: 'small', |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
app.use(avueUeditor, { axios }); |
|
|
|
|
app.use(VueClipboard, { |
|
|
|
|
|