2021-09-01 10:55:59 +08:00
|
|
|
|
{
|
|
|
|
|
"easycom": {
|
|
|
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2021-09-03 18:50:45 +08:00
|
|
|
|
"navigationBarTitleText": "金槐花提货卡",
|
2021-09-01 10:55:59 +08:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-09-03 18:50:36 +08:00
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/index/fillForm",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-09-01 10:55:59 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
2021-09-03 18:50:45 +08:00
|
|
|
|
"navigationBarTitleText": "金槐花提货卡",
|
2021-09-01 10:55:59 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
}
|
|
|
|
|
}
|