From 8e9fcf99b2ebb4efd6731b4429e594d7c784c229 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期二, 01 四月 2025 11:59:00 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory
---
src/router/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index e67c9d5..5731b63 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -91,6 +91,14 @@
},
component: () => import("../views/dataManagement/dispatching/list.vue"),
},
+ {
+ path: "/confirmation-sheet",
+ meta: {
+ title: "校验方法确认单",
+ keepAlive: true,
+ },
+ component: () => import("../views/dataManagement/confirmation-sheet"),
+ },
],
},
{
--
Gitblit v1.7.1