feat(dashboard): 大屏素材准备

This commit is contained in:
砂糖
2025-10-30 12:58:17 +08:00
parent 2338940b7e
commit 20400f3519
76 changed files with 3468 additions and 3852 deletions

View File

@@ -3,6 +3,9 @@ import Vue from 'vue'
import Cookies from 'js-cookie'
import VueKonva from 'vue-konva';
import * as echarts from 'echarts'
import dataV from '@jiaminghi/data-view';
import Element from 'element-ui'
import './assets/styles/element-variables.scss'
@@ -10,6 +13,9 @@ import vueFlvPlayer from 'vue-flv-player'
import '@/assets/styles/index.scss' // global css
import '@/assets/styles/klp.scss' // klp css
import '@/modules/dashboardBig/assets/scss/style.scss';
import App from './App'
import store from './store'
import router from './router'
@@ -53,6 +59,8 @@ Vue.prototype.selectDictLabel = selectDictLabel
Vue.prototype.selectDictLabels = selectDictLabels
Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
Vue.prototype.$echarts = echarts
// 全局组件挂载
Vue.component('DictTag', DictTag)
@@ -68,6 +76,7 @@ Vue.use(vueFlvPlayer)
Vue.use(directive)
Vue.use(plugins)
Vue.use(VueMeta)
Vue.use(dataV);
Vue.use(VueKonva);
DictData.install()