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