Browse Source

The order of modification is the same as the menu

pull/1887/merge
陈帅 8 years ago
parent
commit
c26ff4286c
  1. 8
      src/routes/List/List.js

8
src/routes/List/List.js

@ -30,14 +30,14 @@ export default class SearchList extends Component {
key: 'articles',
tab: '文章',
},
{
key: 'applications',
tab: '应用',
},
{
key: 'projects',
tab: '项目',
},
{
key: 'applications',
tab: '应用',
},
];
const mainSearch = (

Loading…
Cancel
Save