diff --git a/src/routes/List/List.js b/src/routes/List/List.js index 0d039194e47467443a5f1ca7859cf02052e165cd..f193ea4f4afd159b6856f76884c5f45787d87129 100644 --- a/src/routes/List/List.js +++ b/src/routes/List/List.js @@ -56,7 +56,7 @@ export default class SearchList extends Component { title="搜索列表" content={mainSearch} tabList={tabList} - activeTabKey={location.pathname.replace(`${match.path}/`, '')} + tabActiveKey={location.pathname.replace(`${match.path}/`, '')} onTabChange={this.handleTabChange} >