hookehuyr

菜单自适应显示优化

<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-21 12:59:17
* @LastEditTime: 2024-10-21 13:42:16
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
......@@ -448,6 +448,7 @@ export default {
},
openMenu () {
this.show_menu = !this.show_menu;
// TAG: 解决body滚动被禁止
if (this.show_menu) {
$('body').css('overflow', 'hidden');
} else {
......
This diff is collapsed. Click to expand it.