修正 天翼云链接后缀 未生效问题
This commit is contained in:
parent
2a6e7f84e5
commit
99ec42c975
|
|
@ -84,7 +84,7 @@ export default class CTYun {
|
|||
: 0;
|
||||
protocol2 = protocol[index];
|
||||
}
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? '?' + style : ''}`;
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? style : ''}`;
|
||||
}
|
||||
}
|
||||
return '';
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ class CTYun {
|
|||
: 0;
|
||||
protocol2 = protocol[index];
|
||||
}
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? '?' + style : ''}`;
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? style : ''}`;
|
||||
}
|
||||
}
|
||||
return '';
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ export default class CTYun implements Cos<ED, BRC, FRC> {
|
|||
: 0;
|
||||
protocol2 = protocol[index];
|
||||
}
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? '?' + style : ''}`;
|
||||
return `${protocol2}://${domain}/${this.formKey(extraFile)}${style ? style : ''}`;
|
||||
}
|
||||
}
|
||||
return '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue