[TOC]
// services/course.js // 获取课程详情 export const getCourseById = params => { return request({ method:‘GET’, url:‘/front/course/getCourseById’, params }) } 引⼊到⻚⾯中发送请求 // course-info/index.vue