This commit is contained in:
liuyuan
2025-07-23 09:26:01 +08:00
parent 6fa247d0fa
commit 7ee25342cc
28 changed files with 8158 additions and 77 deletions

View File

@@ -1,16 +1,16 @@
{
"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",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/doctors/index",
"style": {
@@ -23,6 +23,30 @@
}
}
},
{
"path": "pages/medicalRecords/index",
"style": {
"navigationBarTitleText": "我的医案",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/medicalRecords/add",
"style": {
"navigationBarTitleText": "创建医案",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/user/login",
"style": {