lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
10f5f50a19
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/main.js

+ 3 - 1
src/main.js

@@ -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