|
@@ -21,7 +21,6 @@ import { getConfigKey } from "@/api/system/config";
|
|
|
import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, handleTree } from "@/utils/ruoyi";
|
|
|
import Pagination from "@/components/Pagination";
|
|
|
import i18n from './lang'
|
|
|
-import BlSelect from 'bl-select'
|
|
|
import "@/components/dialogdrag.js"
|
|
|
import dataV from '@jiaminghi/data-view';
|
|
|
//自定义表格工具扩展
|
|
@@ -37,20 +36,10 @@ import 'vue-awesome/icons/chart-line.js';
|
|
|
import 'vue-awesome/icons/align-left.js';
|
|
|
// 适配flex
|
|
|
|
|
|
-
|
|
|
-import VueVideoPlayer from 'vue-video-player';
|
|
|
-import 'video.js/dist/video-js.css';
|
|
|
-
|
|
|
-Vue.use(VueVideoPlayer);
|
|
|
-
|
|
|
// 全局注册图标
|
|
|
Vue.component('icon', Icon);
|
|
|
// 全局方法挂载
|
|
|
|
|
|
-import VideoPlayer from 'vue-video-player'
|
|
|
-require('video.js/dist/video-js.css')
|
|
|
-require('vue-video-player/src/custom-theme.css')
|
|
|
-
|
|
|
Vue.prototype.getDicts = getDicts
|
|
|
Vue.prototype.getConfigKey = getConfigKey
|
|
|
Vue.prototype.parseTime = parseTime
|
|
@@ -79,10 +68,8 @@ Vue.component('Pagination', Pagination)
|
|
|
Vue.component('RightToolbar', RightToolbar)
|
|
|
|
|
|
Vue.use(permission)
|
|
|
-Vue.use(BlSelect)
|
|
|
Vue.use(dataV)
|
|
|
|
|
|
-Vue.use(VideoPlayer)
|
|
|
/**
|
|
|
* If you don't want to use mock-server
|
|
|
* you want to use MockJs for mock api
|