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