From ae709ad6c5b026d23b8fca29308a3f3f2de77e64 Mon Sep 17 00:00:00 2001 From: yanghang Date: Mon, 23 Jun 2025 10:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=AD=A6=E4=B9=A0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 12 +++++++++--- src/pages/course/study.vue | 12 ++++++++++++ src/pagesB.json | 9 +++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 src/pages/course/study.vue diff --git a/src/pages.json b/src/pages.json index d3155b84..411dbbb9 100644 --- a/src/pages.json +++ b/src/pages.json @@ -28,7 +28,7 @@ } }, { - "path": "pages/intelligent_answering/index", + "path": "pages/intelligentAnswering/index", "style": { "navigationBarTitleText": "智能问答", "app-plus": { @@ -51,8 +51,7 @@ "navigationBarTitleText": "我的", "app-plus": { "titleNView": false - }, - "enablePullDownRefresh": true + } } }, { @@ -99,6 +98,13 @@ "titleNView": false } } + }, + { + "path" : "pages/course/study/study", + "style" : + { + "navigationBarTitleText" : "" + } } ], "tabBar": { diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue new file mode 100644 index 00000000..27202d0d --- /dev/null +++ b/src/pages/course/study.vue @@ -0,0 +1,12 @@ + + + + + diff --git a/src/pagesB.json b/src/pagesB.json index c4004c85..c578ab53 100644 --- a/src/pagesB.json +++ b/src/pagesB.json @@ -8,6 +8,15 @@ "titleNView": false } } + }, + { + "path": "pages/course/study", + "style": { + "navigationBarTitleText": "课程学习", + "app-plus": { + "titleNView": false + } + } } ] } \ No newline at end of file