kulley 7 éve
szülő
commit
3cb0b76b6b
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/app/App.jsx

+ 2 - 2
src/app/App.jsx

@@ -30,14 +30,14 @@ class App extends Component {
                                     onClick={()=>{
                                         this.props.history.push({
                                             pathname: `/common`
-                                        })}}>用户版
+                                        })}}>使用者
                             </Button>
                             <Button size='large'
                                     style={{marginLeft:'10px'}}
                                     onClick={()=>{
                                         this.props.history.push({
                                             pathname: `/developer`
-                                        })}}>开发者
+                                        })}}>开发者
                             </Button>
                         </div>
                     </Content>