Browse Source

api地址协议跟随

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

+ 1
- 1
src/App.js View File

@@ -443,7 +443,7 @@ App.propTypes = {
443 443
 };
444 444
 
445 445
 App.defaultProps = {
446
-  API: "http://api.links123.net/comment/v1",
446
+  API: "//api.links123.net/comment/v1",
447 447
   showList: true,
448 448
   showEditor: true,
449 449
   showAlertComment: false,