From 43c797a34e2d08300386a06da6c04c8b5b57efe3 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 25 Feb 2023 16:20:59 +0800 Subject: [PATCH] Do not active the old monitor in the clone page --- src/router.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router.js b/src/router.js index f1cf8a085..b9ee26318 100644 --- a/src/router.js +++ b/src/router.js @@ -65,12 +65,12 @@ const routes = [ path: "/edit/:id", component: EditMonitor, }, - { - path: "/clone/:id", - component: EditMonitor, - }, ], }, + { + path: "/clone/:id", + component: EditMonitor, + }, { path: "/add", component: EditMonitor,