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.
64 lines
1.5 KiB
64 lines
1.5 KiB
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
// uni-ui 规则如下配置
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "电子发票",
|
|
"navigationBarBackgroundColor": "#000",
|
|
"navigationBarTextStyle": "white"
|
|
// "navigationStyle": "custom"
|
|
// "onReachBottomDistance": 10//上拉刷新距离
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/Invoicing/Invoicing",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "开发票",
|
|
"enablePullDownRefresh" : false,
|
|
"navigationBarBackgroundColor": "#000",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/Invoiced/Invoiced",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "查看已开发票",
|
|
"enablePullDownRefresh" : false,
|
|
"navigationBarBackgroundColor": "#000",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/login/wxlogin",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/login/registerphone",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|
|
|