2025-08-05 15:25:23 +08:00
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
{
|
2025-08-06 20:25:41 +08:00
|
|
|
"path": "pages/home/home",
|
|
|
|
|
"style": {
|
2025-08-05 15:25:23 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-17 07:30:15 +08:00
|
|
|
// {
|
|
|
|
|
// "path": "pages/index/index",
|
|
|
|
|
// "style": {
|
|
|
|
|
// "navigationBarTitleText": "%index.title%",
|
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
// }
|
|
|
|
|
// },
|
2025-08-17 00:17:56 +08:00
|
|
|
|
2025-08-05 15:25:23 +08:00
|
|
|
{
|
2025-08-06 20:25:41 +08:00
|
|
|
"path": "pages/sort/sort",
|
|
|
|
|
"style": {
|
2025-08-05 15:25:23 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-08-06 20:25:41 +08:00
|
|
|
"path": "pages/shopping_cart/shopping_cart",
|
|
|
|
|
"style": {
|
2025-08-05 15:25:23 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-17 07:30:15 +08:00
|
|
|
// {
|
|
|
|
|
// "path": "pages/LuckyWheel/LuckyWheel",
|
|
|
|
|
// "style": {
|
|
|
|
|
// "navigationBarTitleText": ""
|
|
|
|
|
// }
|
|
|
|
|
// },
|
|
|
|
|
|
2025-08-05 15:25:23 +08:00
|
|
|
{
|
2025-08-06 20:25:41 +08:00
|
|
|
"path": "pages/supply_chain/supply_chain",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/finance/finance",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-17 00:32:37 +08:00
|
|
|
// {
|
|
|
|
|
// "path": "pages/customized_zone/customized_zone",
|
|
|
|
|
// "style": {
|
|
|
|
|
// "navigationBarTitleText": ""
|
|
|
|
|
// }
|
|
|
|
|
// },
|
2025-08-06 20:25:41 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/mine",
|
|
|
|
|
"style": {
|
2025-08-05 15:25:23 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-08-06 20:25:41 +08:00
|
|
|
"subPackages": [{
|
|
|
|
|
"root": "pages/mine_package",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "mine_bank_card/mine_bank_card",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_bank_add/mine_bank_add",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%bankCard.add.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_address/mine_address",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_address_add/mine_address_add",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_authentication/mine_authentication",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_authentication_ok/mine_authentication_ok",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse/mine_purse",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_order/mine_order",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_order_info/mine_order_info",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_bonus/mine_purse_bonus",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%purse.bonus.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#03AD27",
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_winning_record/mine_winning_record",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%mine.winning.record.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#F5F5F5",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_transaction_password/mine_transaction_password",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_recharge/mine_purse_recharge",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_exchange/mine_purse_exchange",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_product_agreement/mine_product_agreement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_about_us/mine_about_us",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%mine.about.us.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_privacy_agreement/mine_privacy_agreement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_user_agreement/mine_user_agreement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_collection_alipay/mine_collection_alipay",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_log/mine_purse_log",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_my_team_list/mine_my_team_list",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_bonus_withdraw/mine_purse_bonus_withdraw",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_purse_bonus_withdraw_log/mine_purse_bonus_withdraw_log",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_settings/mine_settings",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "mine_my_team/mine_my_team",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "mine_coupon/mine_coupon",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%mine.coupon.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "pages/order_package",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "order_submit/order_submit",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "order_submit_ok/order_submit_ok",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "order_submit_error/order_submit_error",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "pages/rwa_package",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "rwa/rwa",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-17 07:30:15 +08:00
|
|
|
{
|
|
|
|
|
"path": "merchant_settlement/merchant_settlement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%mine.merchant.settlement.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-03 13:12:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "setting/setting",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
2025-09-17 17:24:59 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-09-26 14:06:04 +08:00
|
|
|
{
|
|
|
|
|
"path": "account/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-10 13:41:42 +08:00
|
|
|
{
|
|
|
|
|
"path": "account/bind",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "account/withdraw",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "account/success",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-17 17:24:59 +08:00
|
|
|
{
|
|
|
|
|
"path": "setting/express",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
2025-09-03 13:12:44 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-09-03 21:06:28 +08:00
|
|
|
{
|
|
|
|
|
"path": "shop/you-shop",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-22 12:02:55 +08:00
|
|
|
{
|
|
|
|
|
"path": "shop/sort-shop",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-03 21:06:28 +08:00
|
|
|
{
|
|
|
|
|
"path": "shop/fen-shop",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-03 13:12:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "setting/out-agreement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "setting/out-code",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "setting/set-name",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "setting/account-out",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "setting/forgot-pass",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "setting/account-safe",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-06 11:35:08 +08:00
|
|
|
{
|
|
|
|
|
"path": "setting/kefu",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-17 01:13:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "dongjian/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "dongjian/jia",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "dongjian/finance",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "dongjian/check",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "dongjian/search",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-06 20:25:41 +08:00
|
|
|
{
|
|
|
|
|
"path": "rwa_add/rwa_add",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "rwa_binding/rwa_binding",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "rwa_withdrawal/rwa_withdrawal",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "rwa_withdrawal_log/rwa_withdrawal_log",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "pages/login_package",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "accelerate/accelerate",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "news_info/news_info",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "preference/preference",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "welcome/welcome",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-09-19 17:19:19 +08:00
|
|
|
},{
|
|
|
|
|
"path": "bind-phone/bind-phone",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-08-06 20:25:41 +08:00
|
|
|
}, {
|
|
|
|
|
"path": "register/register",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "news/news",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "pages/other_package",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "payment_processing/payment_processing",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pointsRedemption/pointsRedemption",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "productInfo/productInfo",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "search/search",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "turntable/turntable",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-08-13 09:20:29 +08:00
|
|
|
}, {
|
|
|
|
|
"path": "nine-grid/nine-grid",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-08-06 20:25:41 +08:00
|
|
|
},
|
2025-08-17 00:30:54 +08:00
|
|
|
{
|
|
|
|
|
"path": "merchant_settlement_ok/merchant_settlement_ok",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-06 20:25:41 +08:00
|
|
|
{
|
|
|
|
|
"path": "get_prize/get_prize",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%mine.get.prize%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "invite_friends/invite_friends",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "%invite.friends.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "zfb_payment/zfb_payment",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}],
|
2025-08-05 15:25:23 +08:00
|
|
|
"tabBar": {
|
|
|
|
|
// "color": "#000000",
|
|
|
|
|
// "selectedColor": "#03AD27",
|
|
|
|
|
// "borderStyle": "black",
|
|
|
|
|
// "backgroundColor": "#F8F8F8",
|
|
|
|
|
"custom": true,
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/home/home",
|
|
|
|
|
"text": "%index.home%",
|
|
|
|
|
"iconPath": "/static/column/home.png",
|
|
|
|
|
"selectedIconPath": "/static/column/home_sel.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/sort/sort",
|
|
|
|
|
"text": "%index.sort%",
|
|
|
|
|
"iconPath": "/static/column/sort.png",
|
|
|
|
|
"selectedIconPath": "/static/column/sort_sel.png"
|
2025-08-06 20:25:41 +08:00
|
|
|
},
|
2025-08-05 15:25:23 +08:00
|
|
|
{
|
|
|
|
|
"pagePath": "pages/supply_chain/supply_chain",
|
2025-09-25 21:44:12 +08:00
|
|
|
"text": "平价",
|
2025-08-05 15:25:23 +08:00
|
|
|
"iconPath": "/static/column/supply_chain.png",
|
|
|
|
|
"selectedIconPath": "/static/column/supply_chain_sel.png"
|
2025-08-06 20:25:41 +08:00
|
|
|
},
|
2025-08-05 15:25:23 +08:00
|
|
|
{
|
|
|
|
|
"pagePath": "pages/shopping_cart/shopping_cart",
|
|
|
|
|
"text": "%index.shopping.cart%",
|
|
|
|
|
"iconPath": "/static/column/shopping.png",
|
|
|
|
|
"selectedIconPath": "/static/column/shopping_sel.png"
|
|
|
|
|
}, {
|
|
|
|
|
"pagePath": "pages/mine/mine",
|
|
|
|
|
"text": "%index.mine%",
|
|
|
|
|
"iconPath": "/static/column/mine.png",
|
|
|
|
|
"selectedIconPath": "/static/column/mine_sel.png"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
2025-08-06 20:25:41 +08:00
|
|
|
"safearea": {
|
|
|
|
|
"bottom": "env(safe-area-inset-bottom)"
|
|
|
|
|
}
|
2025-08-05 15:25:23 +08:00
|
|
|
}
|
2025-09-19 17:19:19 +08:00
|
|
|
},
|
|
|
|
|
"condition" : { //模式配置,仅开发期间生效
|
|
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"name": "", //模式名称
|
|
|
|
|
"path": "", //启动页面,必选
|
|
|
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-08-05 15:25:23 +08:00
|
|
|
}
|
2025-08-06 20:25:41 +08:00
|
|
|
}
|