bug依旧,xgplayer-mp4似乎没啥作用先移除

This commit is contained in:
buvta
2020-12-29 15:59:43 +08:00
parent 855472fe68
commit b9a4784de2
2 changed files with 1 additions and 3 deletions

View File

@@ -46,8 +46,7 @@
"vuex": "^3.6.0",
"xgplayer": "^2.16.0",
"xgplayer-flv.js": "^2.1.2",
"xgplayer-hls.js": "^2.3.0",
"xgplayer-mp4": "^1.2.0"
"xgplayer-hls.js": "^2.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.9",

View File

@@ -247,7 +247,6 @@ import zy from '../lib/site/tools'
import Player from 'xgplayer'
import HlsJsPlayer from 'xgplayer-hls.js'
import FlvJsPlayer from 'xgplayer-flv.js'
import 'xgplayer-mp4'
import mt from 'mousetrap'
import Clickoutside from 'element-ui/src/utils/clickoutside'
import { exec, execFile } from 'child_process'