From acc102e8fb864626ddc87f35542037534aaecf7d Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期四, 06 三月 2025 21:29:05 +0800
Subject: [PATCH] 修改spump详细

---
 src/router/index.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 7c8fac8..215a302 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -82,6 +82,12 @@
 			name:'pumplist-index',
 			component: () => import('../views/SPump/Select/PumpList/Index.vue'),
 		},
+		{
+			path:'/byParas/Index',
+			name:'byParas-index',
+			component: () => import('../views/SPump/Detail/byParas/Index.vue'),
+		},
+		
 	],
 });
 

--
Gitblit v1.9.3