源文件

This commit is contained in:
gyq
2024-05-23 14:39:33 +08:00
commit a1128dd791
2997 changed files with 500069 additions and 0 deletions

View File

@@ -0,0 +1,152 @@
/**
* 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"
}
}