src/pages/index.vue
@@ -319,6 +319,10 @@ icon: "/static/images/icon/guzhangfenxi@2x.png", label: "隐患排查", }, { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "危险物料", }, ]); // 协同办公功能数据 const collaborationItems = reactive([ @@ -697,6 +701,11 @@ url: "/pages/safeProduction/dangerInvestigation/index", }); break; case "危险物料": uni.navigateTo({ url: "/pages/safeProduction/hazardousMaterialsControl/index", }); break; default: uni.showToast({ title: `点击了${item.label}`,