课程学习页面

This commit is contained in:
yanghang
2025-06-23 10:28:45 +08:00
parent d9f6fb86d9
commit ae709ad6c5
3 changed files with 30 additions and 3 deletions
+9 -3
View File
@@ -28,7 +28,7 @@
} }
}, },
{ {
"path": "pages/intelligent_answering/index", "path": "pages/intelligentAnswering/index",
"style": { "style": {
"navigationBarTitleText": "智能问答", "navigationBarTitleText": "智能问答",
"app-plus": { "app-plus": {
@@ -51,8 +51,7 @@
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"app-plus": { "app-plus": {
"titleNView": false "titleNView": false
}, }
"enablePullDownRefresh": true
} }
}, },
{ {
@@ -99,6 +98,13 @@
"titleNView": false "titleNView": false
} }
} }
},
{
"path" : "pages/course/study/study",
"style" :
{
"navigationBarTitleText" : ""
}
} }
], ],
"tabBar": { "tabBar": {
+12
View File
@@ -0,0 +1,12 @@
<template>
<view>
课程学习
</view>
</template>
<script setup>
</script>
<style lang="scss">
</style>
+9
View File
@@ -8,6 +8,15 @@
"titleNView": false "titleNView": false
} }
} }
},
{
"path": "pages/course/study",
"style": {
"navigationBarTitleText": "课程学习",
"app-plus": {
"titleNView": false
}
}
} }
] ]
} }