更新团课列表页面,修复路径代理导致的错误识别

This commit is contained in:
2026-06-04 19:11:00 +08:00
parent fc5f094f8c
commit c8fa427379
8 changed files with 6 additions and 17 deletions
-13
View File
@@ -1,13 +0,0 @@
/**
* 环境配置文件
* 当前仅使用模拟数据(开发模式)
*/
import { groupCourseMockApi } from './groupCourse.mock.js'
/**
* 团课服务(仅使用模拟数据)
*/
export const groupCourseService = groupCourseMockApi
export default groupCourseService