tyt-weapp/pages.json

39 lines
656 B
JSON

{
"easycom":{
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
},
"pages": [
{
"path": "pages/patient/patientList",
"style": {
"navigationBarTitleText": "患者列表"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/patient/addTask",
"style": {
"navigationBarTitleText": "新增任务"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#F2F2F2"
},
"uniIdRouter": {}
}