Skip to content

Commit 50a4913

Browse files
author
dfounderliu
committed
fix: cos_bucket
1 parent 808d3a9 commit 50a4913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/baas/cos/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class Cos {
444444
}
445445
await this.upload(uploadDict)
446446

447-
return `${inputs.bucket}-${inputs.appid}.cos-website.${this.region}.myqcloud.com`
447+
return `${inputs.bucket}.cos-website.${this.region}.myqcloud.com`
448448
}
449449

450450
async deploy(inputs = {}) {

0 commit comments

Comments
 (0)