This commit is contained in:
2025-08-04 17:49:42 +08:00
parent 456b296477
commit 7d2e634aca
24 changed files with 7508 additions and 2304 deletions

View File

@@ -35,6 +35,18 @@
}
}
},
{
"path": "pages/articleList/index",
"style": {
"navigationBarTitleText": "我的文章",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/medicalRecords/medical",
"style": {
@@ -48,6 +60,19 @@
}
},
{
"path": "pages/articleList/article",
"style": {
"navigationBarTitleText": "文章",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/user/login",
"style": {