章节模块(增删改查 批量删除)+课程订单(删查询单查询批量删)

This commit is contained in:
2025-06-25 13:16:06 +08:00
parent 774f7f97ed
commit 927b200cf2
5 changed files with 1520 additions and 178 deletions

View File

@ -117,6 +117,11 @@ export const routes = [
name:'章节详情',
component: ()=> import("../view/course/chapterDetail.vue")
},
{
path:'/courseOrder',
name:'课程订单',
component: ()=> import("../view/course/courseOrder.vue")
},
]
},
]