Browse Source

fix -> 修改内容

Young 1 year ago
parent
commit
532097d795
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/archives/index.js

+ 1 - 0
src/pages/archives/index.js

@@ -106,6 +106,7 @@ class Archives extends PureComponent {
         this.setState({loading: true});
         axios.get('/api/v1/post/archive/list').then((res) => {
             if (res.code === 0) {
+                console.log(res.data)
                 this.setState({
                     list: res.data,
                     loading: false