We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c1efc commit a5e715cCopy full SHA for a5e715c
packages/common/src/upload/common/host/index.ts
@@ -47,7 +47,7 @@ export class Host {
47
* @description 获取当前 host 的完整 url
48
*/
49
getUrl() {
50
- return `${this.protocol}://${this.host}`
+ return `${this.protocol.toLowerCase()}://${this.host}`
51
}
52
53
/**
0 commit comments