Просмотр исходного кода

Merge branch '深圳三院' of http://119.23.210.103:3000/wy/zdqy_firm_former into 深圳三院

cfort 1 год назад
Родитель
Сommit
680532ef94
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() {
-    this.scrollInit()
+    // 这个插件会影响到滚动效果 修复菜单栏无法滚动的bug 先注释掉
+    // this.scrollInit()
   },
   beforeDestroy() {
     this.scrollDestroy()