66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "宝芝堂"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patient/index",
|
|
"style": {
|
|
"navigationBarTitleText": "病人管理",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patient/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "病人详细",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patient/form",
|
|
"style": {
|
|
"navigationBarTitleText": "病人表单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/form",
|
|
"style": {
|
|
"navigationBarTitleText": "病历表单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/index",
|
|
"style": {
|
|
"navigationBarTitleText": "病历记录",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "病历详细",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "宝芝堂",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|