From 44da0ec700bdda4b744d22028c3dd2bd43164919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 17 Jun 2021 09:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/router/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/router/router.js b/manager/src/router/router.js index bdc3d361..65cb5f1b 100644 --- a/manager/src/router/router.js +++ b/manager/src/router/router.js @@ -332,7 +332,7 @@ export const otherRouter = { path: "liveDetail", title: "查看直播", name: "liveDetail", - component: () => import("@/views/live/liveDetail.vue") + component: () => import("@/views/promotion/live/liveDetail.vue") } ] };