Browse Source

loading大小

吃个甘蔗嚼一年 3 years ago
parent
commit
958f3b2303
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/layouts/index.jsx

+ 1
- 0
src/layouts/index.jsx View File

@@ -58,6 +58,7 @@ export default (Child) => (props) => {
58 58
     })
59 59
   }
60 60
 
61
+
61 62
   return loading ? <Loading /> : <Child {...props} person={person} router={router} location={location} />
62 63
 
63 64
 }