You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
237 lines
6.9 KiB
237 lines
6.9 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/logo/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
// 患者列表
|
|
{
|
|
"path": "pages/patientList/index",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 患者信息确认
|
|
{
|
|
"path": "pages/patientInfoSure/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 手术护理单
|
|
{
|
|
"path": "pages/operaNurseRecord/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8",
|
|
"webview-style": {
|
|
"html5": {
|
|
"cache": "YES" // 开启缓存
|
|
}
|
|
},
|
|
"preload":true,
|
|
"enablePaging":true
|
|
}
|
|
},
|
|
// 手术安全核查表
|
|
{
|
|
"path": "pages/operaSafetyCheck/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 手术安全核查表-术前术中合
|
|
{
|
|
"path": "pages/safetykBeforeCenter/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 术前准备
|
|
{
|
|
"path": "pages/operaBefore/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 术前核查
|
|
{
|
|
"path": "pages/operaCheck/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 术后核查
|
|
{
|
|
"path": "pages/operaBackCheck/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 生命体征录入
|
|
{
|
|
"path": "pages/life/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#00000",
|
|
"backgroundColorBottom": "#f8f8f8"
|
|
}
|
|
},
|
|
// 热更新
|
|
{
|
|
"path": "uni_modules/rt-uni-update/components/rt-uni-update/rt-uni-update",
|
|
"style": {
|
|
"disableScroll": true,
|
|
"app-plus": {
|
|
"backgroundColorTop": "transparent",
|
|
"background": "transparent",
|
|
"titleNView": false,
|
|
"scrollIndicator": false,
|
|
"popGesture": "none",
|
|
"animationType": "fade-in",
|
|
"animationDuration": 200
|
|
|
|
}
|
|
}
|
|
}
|
|
// {
|
|
// "path": "pages/scan-code/index",
|
|
// "style": {
|
|
// "navigationBarTextStyle": "white",
|
|
// "navigationStyle": "custom",
|
|
// "backgroundColor": "#f8f8f8",
|
|
// "backgroundColorTop": "#00000",
|
|
// "backgroundColorBottom": "#f8f8f8"
|
|
// }
|
|
// }
|
|
// {
|
|
// "path": "pages/index/index",
|
|
// "style": {
|
|
// "navigationBarTitleText": "慧目信息"
|
|
// }
|
|
// },
|
|
|
|
// {
|
|
// "path" : "pages/safetyChecklist/beforeOperation",
|
|
// "style": {
|
|
// "navigationBarTitleText": "术前核查",
|
|
// "navigationStyle": "custom",
|
|
// "backgroundColor": "#f8f8f8",
|
|
// "backgroundColorTop": "#00000",
|
|
// "backgroundColorBottom": "#f8f8f8"
|
|
// }
|
|
// },
|
|
// {
|
|
// "path" : "pages/safetyChecklist/leaveOperat",
|
|
// "style": {
|
|
// "navigationBarTitleText": "术后核查",
|
|
// "navigationStyle": "custom",
|
|
// "backgroundColor": "#f8f8f8",
|
|
// "backgroundColorTop": "#00000",
|
|
// "backgroundColorBottom": "#f8f8f8"
|
|
// }
|
|
// }
|
|
// {
|
|
// "path" : "pages/ceshi/ceshi",
|
|
// "style": {
|
|
// "navigationBarTitleText": "术后核查",
|
|
// "navigationStyle": "custom",
|
|
// "backgroundColor": "#f8f8f8",
|
|
// "backgroundColorTop": "#00000",
|
|
// "backgroundColorBottom": "#f8f8f8"
|
|
// }
|
|
// }
|
|
,{
|
|
"path" : "components/hld/hld",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"app-plus": {
|
|
"compatible": {
|
|
"ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
|
}
|
|
//....
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "屈光系统",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundTextStyle": "light",
|
|
"usingComponents": {
|
|
// // vantweapp组件
|
|
// "van-search": "/wxcomponents/vant-weapp/search/index",
|
|
// "van-cell": "/wxcomponents/vant-weapp/cell/index",
|
|
// "van-tag": "/wxcomponents/vant-weapp/tag/index",
|
|
// "van-button": "/wxcomponents/vant-weapp/button/index"
|
|
// "van-tab": "/wxcomponents/vant-weapp/tab/index",
|
|
// "van-tabs": "/wxcomponents/vant-weapp/tabs/index",
|
|
// "van-field": "/wxcomponents/vant-weapp/field/index",
|
|
// "van-icon": "/wxcomponents/vant-weapp/icon/index",
|
|
// "van-action-sheet": "/wxcomponents/vant-weapp/action-sheet/index",
|
|
// "van-notice-bar": "/wxcomponents/vant-weapp/notice-bar/index",
|
|
// "van-uploader": "/wxcomponents/vant-weapp/uploader/index",
|
|
// "van-tag": "/wxcomponents/vant-weapp/tag/index",
|
|
// "van-popup": "/wxcomponents/vant-weapp/popup/index",
|
|
// "van-picker": "/wxcomponents/vant-weapp/picker/index",
|
|
// "van-notify": "/wxcomponents/vant-weapp/notify/index",
|
|
// "van-switch": "/wxcomponents/vant-weapp/switch/index",
|
|
// "van-index-bar": "/wxcomponents/vant-weapp/index-bar/index",
|
|
// "van-index-anchor": "/wxcomponents/vant-weapp/index-anchor/index",
|
|
// "van-steps": "/wxcomponents/vant-weapp/steps/index",
|
|
// "van-sidebar": "/wxcomponents/vant-weapp/sidebar/index",
|
|
// "van-sidebar-item": "/wxcomponents/vant-weapp/sidebar-item/index",
|
|
// "van-checkbox": "/wxcomponents/vant-weapp/checkbox/index",
|
|
// "van-checkbox-group": "/wxcomponents/vant-weapp/checkbox-group/index"
|
|
// 其他组件
|
|
}
|
|
},
|
|
"condition": { //模式配置,仅开发期间生效
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
"list": [{
|
|
"name": "", //模式名称
|
|
"path": "", //启动页面,必选
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
}]
|
|
}
|
|
}
|