src/pages/index.vue
@@ -327,6 +327,10 @@ icon: "/static/images/icon/guzhangfenxi@2x.png", label: "应急预案", }, { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "事故上报", }, ]); // 协同办公功能数据 const collaborationItems = reactive([ @@ -715,6 +719,11 @@ url: "/pages/safeProduction/emergencyPlanReview/index", }); break; case "事故上报": uni.navigateTo({ url: "/pages/safeProduction/accidentReportingRecord/index", }); break; default: uni.showToast({ title: `点击了${item.label}`,