src/mob/modelsource/index.jsx
@@ -18,9 +18,11 @@ } render() { const { appType } = this.props return ( <div className="mob-card-source-box"> {mobOptions.map((item, index) => ( {appType === 'mob' && mobOptions.map((item, index) => ( <div key={index}> <p>{item.title}</p> {item.options.map((cell, i) => (<SourceWrap key={i} content={cell} />))}