|
|
|
@ -43,6 +43,7 @@ import cusEditor from '@/views/components/cusEditor.vue'
|
|
|
|
|
|
|
|
|
|
import Echart from './components/echart/index.vue'
|
|
|
|
|
import ItemWrap from './components/item-wrap/item-wrap.vue'
|
|
|
|
|
import {loading, borderBox13, digitalFlop, capsuleChart, borderBox8} from '@jiaminghi/data-view'
|
|
|
|
|
|
|
|
|
|
// 去除控制台的 Vue warn 警告信息
|
|
|
|
|
Vue.config.silent = true;
|
|
|
|
@ -75,7 +76,12 @@ Vue.use(directive)
|
|
|
|
|
Vue.use(plugins)
|
|
|
|
|
Vue.use(VueMeta)
|
|
|
|
|
Vue.use(allTools)
|
|
|
|
|
|
|
|
|
|
// datav组件
|
|
|
|
|
Vue.use(loading)
|
|
|
|
|
Vue.use(borderBox13)
|
|
|
|
|
Vue.use(borderBox8)
|
|
|
|
|
Vue.use(digitalFlop)
|
|
|
|
|
Vue.use(capsuleChart)
|
|
|
|
|
import '@/assets/css/public.scss'
|
|
|
|
|
import "@/assets/css/index.scss"
|
|
|
|
|
import "@/assets/css/common.css"
|
|
|
|
|