From f8e8e14910f359768aac8da9ccbb0276abe68c06 Mon Sep 17 00:00:00 2001 From: chenbo Date: Sun, 8 Dec 2019 13:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-ui/src/views/layout/components/Sidebar/FixiOSBug.js | 1 - 1 file changed, 1 deletion(-) diff --git a/admin-ui/src/views/layout/components/Sidebar/FixiOSBug.js b/admin-ui/src/views/layout/components/Sidebar/FixiOSBug.js index 5e0a926..c992cb6 100644 --- a/admin-ui/src/views/layout/components/Sidebar/FixiOSBug.js +++ b/admin-ui/src/views/layout/components/Sidebar/FixiOSBug.js @@ -6,7 +6,6 @@ export default { }, mounted() { // In order to fix the click on menu on the ios device will trigger the mouseeleave bug - // https://github.com/PanJiaChen/vue-element-admin/issues/1135 this.fixBugIniOS() }, methods: {