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}`,