From 640e6e7fb20abfcee458fe9668da1cea785e21e5 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 1 Jul 2024 16:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.jsx b/src/main.jsx index 5d1c8cd..57a943f 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -81,6 +81,7 @@ const router = createBrowserRouter([ { path: "products",element: }, { path: "products/:travel_agency_id/:use_year/:audit_state/audit",element:}, { path: "products/:travel_agency_id/:use_year/:audit_state/edit",element:}, + { path: "products/edit",element:}, ] }, {