From c26ff4286c3409d9b421974c359b077437e8c511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 10 Aug 2018 09:13:57 +0800 Subject: [PATCH] The order of modification is the same as the menu --- src/routes/List/List.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/List/List.js b/src/routes/List/List.js index 6dbf62f8..44bc4fa7 100644 --- a/src/routes/List/List.js +++ b/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 = ( -- GitLab