提交
This commit is contained in:
46
pages.json
46
pages.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user