From 36e510237520b0c348d79bce54550049431292ac Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Tue, 9 Sep 2025 16:46:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E6=89=AC=E5=A3=B0?= =?UTF-8?q?=E5=99=A8=E7=A4=BA=E6=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 87c52a6..1ceed2a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -94,7 +94,7 @@ export const constantRoutes = [ ], }, { - path: "speaker/:id", + path: "/speaker/:id", component: () => import("@/views/device/register/components/Speaker/index.vue"), name: "扬声器示教",