Skip to content

Commit afe1908

Browse files
author
cenzhende
committed
更改域名
1 parent c8c74c6 commit afe1908

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/juejin-file-uploader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juejin-file-uploader",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "juejin file uploader",
55
"main": "dist/juejin-file-uploader.min.js",
66
"scripts": {

src/juejin-file-uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import UploadTask from './upload-task'
22

33
const DEFAULT_CONFIG = {
44
bucket: '',
5-
tokenUrl: 'https://cdn-ms.juejin.im/v1/policy/info',
5+
tokenUrl: 'https://cdn-ms.xitu.io/v1/policy/info',
66
uploadUrl: 'https://up.qbox.me'
77
}
88

0 commit comments

Comments
 (0)