From 31a8dd0f32175da4ac9e742df784ea66dbd620a5 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Mon, 26 Oct 2020 20:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A4=20=E5=8D=87=E7=BA=A7=20xgplayer=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/Film.vue | 1 - yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b3f5f2..5b1079f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "vue-waterfall-plugin": "^1.1.0", "vuedraggable": "^2.24.2", "vuex": "^3.5.1", - "xgplayer": "^2.12.2", + "xgplayer": "^2.13.0", "xgplayer-hls.js": "^2.2.5" }, "devDependencies": { diff --git a/src/components/Film.vue b/src/components/Film.vue index 4bd05c2..b237fc2 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -474,7 +474,6 @@ export default { }, getAllsites () { sites.all().then(res => { - console.log(res, 'film get all sites') if (res.length <= 0) { this.site = {} this.type = {} diff --git a/yarn.lock b/yarn.lock index 81ff680..9314759 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10035,10 +10035,10 @@ xgplayer-hls.js@^2.2.5: event-emitter "^0.3.5" eventemitter3 "^4.0.7" -xgplayer@^2.12.2: - version "2.12.2" - resolved "https://registry.npm.taobao.org/xgplayer/download/xgplayer-2.12.2.tgz#72111cfbb21f97cbe454b0f5d17e85f720892b2a" - integrity sha1-chEc+7Ifl8vkVLD10X6F9yCJKyo= +xgplayer@^2.13.0: + version "2.13.0" + resolved "https://registry.npmjs.org/xgplayer/-/xgplayer-2.13.0.tgz#24df20fd527a87cccc5cee3db70937408eab86ed" + integrity sha512-QMjwnpO6o8bd2ZywHtANaOqvey476UAmPS+hXC0im9wiESMKqxPsCmeqhIxFFVao/pUtIyopHADcor9ipai5Rg== dependencies: chalk "^2.3.2" commander "^2.15.1"