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

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
+1 -1
View File
@@ -1,7 +1,7 @@
/** 与 pages.json 保持一致 */
export const PAGE = {
INDEX: '/pages/index/index',
COURSE: '/pages/course/index',
COURSE: '/pages/groupCourse/list',
TRAIN: '/pages/train/index',
DISCOVER: '/pages/discover/index',
MEMBER: '/pages/memberInfo/memberInfo',