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