소스 검색

修改名字

kulley 7 년 전
부모
커밋
3cb0b76b6b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>