Переглянути джерело

修复菜单栏无法滚动的bug

luoaoxuan 1 рік тому
батько
коміт
099ac40081
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      src/layout/header-aside/components/menu-side/index.js

+ 2 - 1
src/layout/header-aside/components/menu-side/index.js

@@ -55,7 +55,8 @@ export default {
 
 
   },
   },
   mounted() {
   mounted() {
-    this.scrollInit()
+    // 这个插件会影响到滚动效果 修复菜单栏无法滚动的bug 先注释掉
+    // this.scrollInit()
   },
   },
   beforeDestroy() {
   beforeDestroy() {
     this.scrollDestroy()
     this.scrollDestroy()