kulley %!s(int64=7) %!d(string=hai) anos
pai
achega
3cb0b76b6b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>