兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-19 c206ab5b4a38f99bec4ee34d7b01bbabc83fa120
src/layout/index.vue
@@ -46,7 +46,7 @@
const WIDTH = 992; // refer to Bootstrap's responsive design
watchEffect(() => {
  if (device.value === 'mobile' && sidebar.value.opened) {
  if (device.value === 'mobile') {
    useAppStore().closeSideBar({ withoutAnimation: false });
  }
  if (width.value - 1 < WIDTH) {