src/views/mobmanage/index.jsx
@@ -16,7 +16,11 @@ } jumpMenu = (card) => { this.props.history.replace('/mobdesign/' + card.uuid + '/' + card.type) let _type = 'mob' if (card.type === 'pc') { _type = 'pc' } this.props.history.replace(`/mobdesign/${card.uuid}/${_type}/${card.keiNo}/${card.name}`) } render () {