From d7af76158c2bf2ec9adcaf3f29204a14230f6899 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Tue, 26 Apr 2022 14:29:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8E=BB=E6=8E=89=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E7=9A=84=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/TabLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 1b744d7..c05d172 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -58,7 +58,7 @@ activePage: '', menuVisible: false, menuItemList: [ - { key: '4', icon: 'reload', text: '刷 新' }, + // { key: '4', icon: 'reload', text: '刷 新' }, { key: '1', icon: 'arrow-left', text: '关闭左侧' }, { key: '2', icon: 'arrow-right', text: '关闭右侧' }, { key: '3', icon: 'close', text: '关闭其它' }