This commit is contained in:
liuyuan
2025-07-22 13:41:20 +08:00
parent 2c99d9dbbf
commit 6fa247d0fa
18 changed files with 90 additions and 65 deletions

View File

@@ -1,9 +1,21 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
// {
// "path": "pages/home/index",
// "style": {
// "navigationBarTitleText": "首页",
// "app-plus": {
// "bounce": "none",
// "titleNView": false,
// "popGesture": "none"
// }
// }
// },
{
"path": "pages/home/index",
"path": "pages/doctors/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTitleText": "名医精彩",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
@@ -153,18 +165,7 @@
}
}
},
{
"path": "pages/doctors/index",
"style": {
"navigationBarTitleText": "名医精彩",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/wumen/medicaldes",
@@ -421,10 +422,11 @@
"selectedColor": "#5188e5",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/home/index",
"text": "智慧医疗"
},
"list": [
// {
// "pagePath": "pages/home/index",
// "text": "智慧医疗"
// },
{
"pagePath": "pages/doctors/index",
"text": "名医精彩"