From d81ad623e4c372b22bee06be70e16cf8fef55d22 Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 2 Jun 2022 16:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=AF=BE=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Micro.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/portal/course/Micro.vue b/src/views/portal/course/Micro.vue index 0175d770..de461c67 100644 --- a/src/views/portal/course/Micro.vue +++ b/src/views/portal/course/Micro.vue @@ -500,8 +500,9 @@ export default { //console.log(urlSign,'urlSign'); cookies.set('PLAYSIGN_TIME', ctime);//写客户端的cookie保存 //this.blobUrl=process.env.VUE_APP_BASE_API+'/xboe/m/course/play/resource?sign='+urlSign; - this.blobUrl='http://localhost:9090/xboe/course/resource?fid='+fid; - + this.blobUrl=process.env.VUE_APP_BASE_API+'/xboe/course/resource?fid='+fid; + //this.blobUrl='http://localhost:9090/xboe/course/resource?fid='+fid; + //this.blobUrl=this.fileBaseUrl+u; }, createVideoBlob(url){ let $this=this;