mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
修复错误路径问题
This commit is contained in:
@@ -332,7 +332,7 @@ export const otherRouter = {
|
|||||||
path: "liveDetail",
|
path: "liveDetail",
|
||||||
title: "查看直播",
|
title: "查看直播",
|
||||||
name: "liveDetail",
|
name: "liveDetail",
|
||||||
component: () => import("@/views/live/liveDetail.vue")
|
component: () => import("@/views/promotion/live/liveDetail.vue")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user