Browse Source

oss_link去掉协议

narro 5 years ago
parent
commit
d1415e17bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/constant.js

+ 1
- 1
src/constant.js View File

@@ -6,7 +6,7 @@ export const OSS_ENDPOINT = "oss-cn-beijing.aliyuncs.com";
6 6
 export const OSS_BUCKET = "links-comment";
7 7
 export const DRIVER_LICENSE_PATH = "/comment";
8 8
 
9
-export const OSS_LINK = "http://links-comment.oss-cn-beijing.aliyuncs.com";
9
+export const OSS_LINK = "//links-comment.oss-cn-beijing.aliyuncs.com";
10 10
 
11 11
 export const MAX_UPLOAD_NUMBER = 4;
12 12