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