new-cashier/jeepay-ui-uapp-cashier/pages.json

152 lines
3.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 2021-12-16 uniapp vue3vueRouter 使 使TOKEN
* //TODO 后期支持了router可以采用 history模式 + path动态参数。
*
**/
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/hub/lite"
},
{
"path": "pages/hub/default",
"style": {
"navigationBarTitleText": "跳转中"
}
},
{
"path": "pages/hub/h5",
"style": {
"navigationBarTitleText": "跳转中"
}
},
{
"path": "pages/error/index",
"style": {
"navigationBarTitleText": "提示"
}
},
{
"path": "pages/payway/index",
"style": {
"navigationBarTitleText": "收银台",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/oauth2/callback",
"style": {
"navigationBarTitleText": "跳转中"
}
},
{
"path": "pages/paySuccess/paySuccess",
"style": {
"navigationBarTitleText": "提示"
}
},
{
"path": "pages/paySuccess/redSuccess",
"style": {
"navigationBarTitleText": "提示",
"navigationStyle": "custom"
}
},
{
"path": "pages/pay/index",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/pay/lite",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/pay/result",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/payment/index",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/payment/lite",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/payment/result",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/H5/H5",
"style": {
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": " "
}
}
}
, {
"path": "pages/route/index",
"style": {
"navigationBarTitleText": "交易支付",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pageMember",
"pages": [{
"path": "payMember/payMember",
"style": {
"navigationBarTitleText": "快捷支付"
}
},
{
"path": "memberInfo/memberInfo",
"style": {
"navigationBarTitleText": "会员中心",
"enablePullDownRefresh": true
}
},
{
"path": "memberRecord/memberRecord",
"style": {
"navigationBarTitleText": "充值/消费记录",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff"
}
}
]
}],
"globalStyle": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": " ",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F5F7FA",
"backgroundColor": "#F5F7FA"
}
}