|
@@ -22,7 +22,9 @@ import hevueImgPreview from 'hevue-img-preview'
|
|
|
const echarts = require('echarts');
|
|
|
|
|
|
//
|
|
|
-Vue.use(VideoPlayer).use(VueCookies).use(Viewer).use(hevueImgPreview)
|
|
|
+Vue.use(VideoPlayer).use(VueCookies).use(Viewer).use(hevueImgPreview, {
|
|
|
+ clickMaskCLose: true
|
|
|
+})
|
|
|
Vue.config.productionTip = false
|
|
|
Vue.prototype.$store = store; // 将store实例挂在vue原型上
|
|
|
Vue.prototype.ajax = ajax
|