Merge remote-tracking branch 'aliyun/master-0720-lyc' into master-0720-lyc

This commit is contained in:
joshen
2025-07-21 10:47:32 +08:00

View File

@@ -630,7 +630,7 @@
let urlSign = encodeURIComponent(encrypt(beforeUrl));
cookies.set('PLAYSIGN_TIME', ctime); //写客户端的cookie保存
//以下判断是为了区分本地环境和服务器环境
if (true) {
if (process.env.NODE_ENV == 'development') {
this.blobUrl = process.env.VUE_APP_FILE_BASE_URL + u;
} else {
this.blobUrl = process.env.VUE_APP_BASE_API + '/xboe/m/course/cware/resource?sign=' + urlSign;