修复错误路径问题
parent
ab53a1ecc2
commit
44da0ec700
|
@ -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")
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue