|
@@ -285,9 +285,9 @@ export default {
|
|
|
console.log("isPrivate=======>",this.isPrivate)
|
|
|
let line_1='' ;
|
|
|
if (this.isPrivate===0){
|
|
|
- line_1 = `${process.env.OSS_LINE_1}${data.urlPath}`;
|
|
|
+ line_1 = `${process.env.OBS_LINE_1}${data.urlPath}`;
|
|
|
}else {
|
|
|
- line_1 = `${process.env.OSS_LINE_1}${data.urlPath}`;
|
|
|
+ line_1 = `${process.env.OBS_LINE_1}${data.urlPath}`;
|
|
|
}
|
|
|
|
|
|
let urlPathWithoutFirstSlash = data.urlPath.substring(1);
|
|
@@ -311,9 +311,9 @@ export default {
|
|
|
console.log("华为OBS返回========>",data);
|
|
|
let line_2='' ;
|
|
|
if (this.isPrivate===0){
|
|
|
- line_2 = `${process.env.OSS_LINE_2}/${data.urlPath}`;
|
|
|
+ line_2 = `${process.env.OBS_LINE_2}/${data.urlPath}`;
|
|
|
}else {
|
|
|
- line_2 = `${process.env.OSS_LINE_2}/${data.urlPath}`;
|
|
|
+ line_2 = `${process.env.OBS_LINE_2}/${data.urlPath}`;
|
|
|
}
|
|
|
// this.$emit("update:videoUrl", data);
|
|
|
this.$emit("update:line_2", line_2);
|