gaoluyang
2026-02-05 aecc3d1e0fa1a2f18c77f9a2544debea8f262926
src/pages/index.vue
@@ -331,6 +331,10 @@
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      label: "事故上报",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      label: "安全培训",
    },
  ]);
  // 协同办公功能数据
  const collaborationItems = reactive([
@@ -724,6 +728,12 @@
          url: "/pages/safeProduction/accidentReportingRecord/index",
        });
        break;
      case "安全培训":
        uni.navigateTo({
          url: "/pages/safeProduction/safetyTrainingAssessment/index",
        });
        break;
      default:
        uni.showToast({
          title: `点击了${item.label}`,