src/pages/index.vue
@@ -323,6 +323,10 @@ icon: "/static/images/icon/guzhangfenxi@2x.png", label: "危险物料", }, { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "应急预案", }, ]); // 协同办公功能数据 const collaborationItems = reactive([ @@ -706,6 +710,11 @@ url: "/pages/safeProduction/hazardousMaterialsControl/index", }); break; case "应急预案": uni.navigateTo({ url: "/pages/safeProduction/emergencyPlanReview/index", }); break; default: uni.showToast({ title: `点击了${item.label}`,