| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "星链",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "path": "pages/live/index",
- "style": {
- "navigationBarTitleText": "直播",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom", // 隐藏系统导航栏
- "app-plus": {
- "background": "#303030"
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "用户登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom", // 隐藏系统导航栏
- "app-plus": {
- "background": "#0B0A0F"
- }
- }
- },
- {
- "path": "pages/register/index",
- "style": {
- "navigationBarTitleText": "用户注册",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom", // 隐藏系统导航栏
- "app-plus": {
- "background": "#0B0A0F"
- }
- }
- },
- {
- "path": "pages/user/home",
- "style": {
- "navigationBarTitleText": "用户主页",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true,
- "app-plus": {
- "background": "#303030"
- }
- }
- },
- {
- "path": "pages/user/team",
- "style": {
- "navigationBarTitleText": "团队",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/video/index",
- "style": {
- "navigationBarTitleText": "短视频",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/video/play",
- "style": {
- "navigationBarTitleText": "短视频",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/chat/index",
- "style": {
- "navigationBarTitleText": "聊天",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/friend/list",
- "style": {
- "navigationBarTitleText": "好友列表",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/index",
- "style": {
- "navigationBarTitleText": "商户后台",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/merchant/apply",
- "style": {
- "navigationBarTitleText": "商户入驻",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "商城",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/task",
- "style": {
- "navigationBarTitleText": "任务",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/share",
- "style": {
- "navigationBarTitleText": "推广",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/index",
- "style": {
- "navigationBarTitleText": "C2C交易",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/machine/index",
- "style": {
- "navigationBarTitleText": "盲盒矿机",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/account",
- "style": {
- "navigationBarTitleText": "收款账号",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/account/index",
- "style": {
- "navigationBarTitleText": "购买蜜币",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/nodes",
- "style": {
- "navigationBarTitleText": "购买节点",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/ranks/index",
- "style": {
- "navigationBarTitleText": "排行榜",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/upgrade",
- "style": {
- "navigationBarTitleText": "用户升级",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/article/index",
- "style": {
- "navigationBarTitleText": "资源库",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/article/detail",
- "style": {
- "navigationBarTitleText": "资源详情",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/profile",
- "style": {
- "navigationBarTitleText": "资料设置",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/manager",
- "style": {
- "navigationBarTitleText": "管理账户",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/index",
- "style": {
- "navigationBarTitleText": "钱包",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/usdt",
- "style": {
- "navigationBarTitleText": "USDT钱包",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/xd",
- "style": {
- "navigationBarTitleText": "星豆余额",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/power",
- "style": {
- "navigationBarTitleText": "算力",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/score",
- "style": {
- "navigationBarTitleText": "积分",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/wait_score",
- "style": {
- "navigationBarTitleText": "待返积分",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/center",
- "style": {
- "navigationBarTitleText": "承兑商后台",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/orders",
- "style": {
- "navigationBarTitleText": "交易订单",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/apply",
- "style": {
- "navigationBarTitleText": "承兑商入驻",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/trade/withdraw/index",
- "style": {
- "navigationBarTitleText": "承兑商提现",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/trade/withdraw/log",
- "style": {
- "navigationBarTitleText": "承兑商提现记录",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/carts",
- "style": {
- "navigationBarTitleText": "购物车",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/message/history",
- "style": {
- "navigationBarTitleText": "消息历史",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/record",
- "style": {
- "navigationBarTitleText": "充值记录",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/profile/pay_password",
- "style": {
- "navigationBarTitleText": "交易密码设置",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/recharge/usdt",
- "style": {
- "navigationBarTitleText": "USDT充值",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/transfer/usdt",
- "style": {
- "navigationBarTitleText": "USDT转账",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/withdraw/usdt",
- "style": {
- "navigationBarTitleText": "USDT提现",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/recharge/record",
- "style": {
- "navigationBarTitleText": "充值记录",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/withdraw/record",
- "style": {
- "navigationBarTitleText": "提现记录",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/recharge/xd",
- "style": {
- "navigationBarTitleText": "购买星豆",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/friend/index",
- "style": {
- "navigationBarTitleText": "添加好友",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/profile/email",
- "style": {
- "navigationBarTitleText": "修改邮箱账号",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/task/index",
- "style": {
- "navigationBarTitleText": "任务中心",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/profile",
- "style": {
- "navigationBarTitleText": "店铺管理",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/qrcode",
- "style": {
- "navigationBarTitleText": "店铺收款码",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/account/record",
- "style": {
- "navigationBarTitleText": "收款记录",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/payment",
- "style": {
- "navigationBarTitleText": "付款给商家",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/profile/wallet",
- "style": {
- "navigationBarTitleText": "绑定钱包地址",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/goods/index",
- "style": {
- "navigationBarTitleText": "商品",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/goods/detail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/order/track",
- "style": {
- "navigationBarTitleText": "物流信息",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/order/buy",
- "style": {
- "navigationBarTitleText": "订单结算",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/address",
- "style": {
- "navigationBarTitleText": "收货地址",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/order/after",
- "style": {
- "navigationBarTitleText": "售后进度",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/list",
- "style": {
- "navigationBarTitleText": "商圈商家",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/home",
- "style": {
- "navigationBarTitleText": "商家主页",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/live/end",
- "style": {
- "navigationBarTitleText": "直播结束",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/profile/mobile",
- "style": {
- "navigationBarTitleText": "手机号码",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/order/index",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/trade/order/submit",
- "style": {
- "navigationBarTitleText": "交易",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/withdraw/usdt",
- "style": {
- "navigationBarTitleText": "商户提现",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/merchant/withdraw/record",
- "style": {
- "navigationBarTitleText": "商户提现明细",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "星链社交",
- "navigationBarBackgroundColor": "#0B0A0F",
- "backgroundColor": "#303030"
- },
- "tabBar": {
- "color": "#fff",
- "selectedColor": "#303030",
- "borderStyle": "black",
- "backgroundColor": "#0B0A0F"
- }
- }
|