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.
 
 
 
 

62 lines
1.2 KiB

{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
// "onReachBottomDistance": 10//
}
},
{
"path" : "pages/Invoicing/Invoicing",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/Invoiced/Invoiced",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/login/wxlogin",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/registerphone",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/Invoiced/fail",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "深圳大工业区水务垃圾费电子票据",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"__useAppLevel__": true
},
"uniIdRouter": {}
}