Skip to content

Commit 8a491f2

Browse files
committed
调整链接
1 parent 1c719ac commit 8a491f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/src/components/upload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
}).then((results) => {
6060
// 上传完成
61-
const url = 'http://oss-upload.oss-cn-hangzhou.aliyuncs.com/'+ results.name;
61+
const url = 'http://aliyun-oss-upload.oss-cn-hangzhou.aliyuncs.com/'+ results.name;
6262
_this.url = url;
6363
console.log(url);
6464
}).catch((err) => {

0 commit comments

Comments
 (0)