spring
2025-11-19 c13c2bb15b501c74fe4270b0ae763e5c9422ee39
src/pages/index/index.vue
@@ -250,14 +250,15 @@
  const { data } = await HomeApi.getIndex();
  // 判断是否为巡检员角色
  if (isInspector.value) {
    // 如果是巡检员,显示巡检菜单
    navList[2].show = true;
  } else if (data.deviceGroupName == "时效组") {
  if (data.deviceGroupName == "时效组") {
    navList[1].show = true;
  } else {
    navList[0].show = true;
  }
  if (isInspector.value) {
    // 如果是巡检员,显示巡检菜单
    navList[2].show = true;
  }
};
/**