king
2020-07-21 98ad33fac8e0a0f7c3cfbc78c333792a2cfa428f
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 () {