117 lines
2.4 KiB
JSON
117 lines
2.4 KiB
JSON
{
|
||
"easycom": {
|
||
"autoscan": true,
|
||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||
"custom": {
|
||
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
||
}
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "统计"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"mp-alipay": {
|
||
"transparentTitle": "always",
|
||
"titlePenetrate": "YES"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/register",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"mp-alipay": {
|
||
"transparentTitle": "always",
|
||
"titlePenetrate": "YES"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/getBack",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"mp-alipay": {
|
||
"transparentTitle": "always",
|
||
"titlePenetrate": "YES"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/getBackAccout",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"mp-alipay": {
|
||
"transparentTitle": "always",
|
||
"titlePenetrate": "YES"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/order/order",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "订单列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/withdraw",
|
||
"style": {
|
||
"navigationBarTitleText": "提现"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/bankCard",
|
||
"style": {
|
||
"navigationBarTitleText": "银行卡"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/addBankCard",
|
||
"style": {
|
||
"navigationBarTitleText": "添加银行卡"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/incomeList",
|
||
"style": {
|
||
"navigationBarTitleText": "明细"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/piles",
|
||
"style": {
|
||
"navigationBarTitleText": "充电桩"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/mine/z",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "提现记录"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"mp-alipay": {
|
||
"titleBarColor": "#fff"
|
||
}
|
||
},
|
||
"uniIdRouter": {}
|
||
} |