| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/sweepstakes/sweepstakes",
- "style": {
- "navigationBarTitleText": "福袋",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/warehouse/warehouse",
- "style": {
- "navigationBarTitleText": "福仓",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/me/me",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pagesGoods",
- "pages": [
- {
- "path": "goodsDetail/goodsDetail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/orderList",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/orderSubmit",
- "style": {
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pay/pay",
- "style": {
- "navigationBarTitleText": "收银台",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "transparent"
- }
- },
- {
- "path": "pay/payBankBind",
- "style": {
- "navigationBarTitleText": "添加银行卡",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pay/payZLBind",
- "style": {
- "navigationBarTitleText": "绑卡支付",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "sweepstakes/sweepstakesGoods",
- "style": {
- "navigationBarTitleText": "福袋商品",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "sweepstakes/recycleCard",
- "style": {
- "navigationBarTitleText": "回收卡",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "sweepstakes/mySubscribe",
- "style": {
- "navigationBarTitleText": "我的预约",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pagesUser",
- "pages": [
- {
- "path": "userInfo/userInfo",
- "style": {
- "navigationBarTitleText": "个人资料",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userInfo/editName",
- "style": {
- "navigationBarTitleText": "修改昵称",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting/securityCenter",
- "style": {
- "navigationBarTitleText": "账号安全",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting/editPass",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting/editSecurityPass",
- "style": {
- "navigationBarTitleText": "安全密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting/about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/editAddress",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/score",
- "style": {
- "navigationBarTitleText": "积分",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/balance",
- "style": {
- "navigationBarTitleText": "余额",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/profit",
- "style": {
- "navigationBarTitleText": "利润",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/withdraw",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "asset/withdrawLog",
- "style": {
- "navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/bonusLog",
- "style": {
- "navigationBarTitleText": "奖金明细",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "team/team",
- "style": {
- "navigationBarTitleText": "我的好友",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "message/notice",
- "style": {
- "navigationBarTitleText": "公告",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "message/noticeDetail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "asset/consumeLog",
- "style": {
- "navigationBarTitleText": "消费记录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "webview/webview",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "invite/invite",
- "style": {
- "navigationBarTitleText": "分享好友",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "collect/collectList",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "chat/chat",
- "style": {
- "navigationBarTitleText": "群聊",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "多宝福袋",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff",
- // 导航栏整体(前景、背景)透明设置。支持 always 一直透明 / auto 滑动自适应 / none 不透明,
- // "transparentTitle": "auto"
- "app-plus": {
- "bounce": "none"
- }
- },
- "tabBar": {
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "color": "#AFAFAF",
- "selectedColor": "#232323",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/images/tabbar/index.png",
- "selectedIconPath": "static/images/tabbar/index-fill.png"
- },
- {
- "text": "福袋",
- "pagePath": "pages/sweepstakes/sweepstakes",
- "iconPath": "static/images/tabbar/sweepstakes.png",
- "selectedIconPath": "static/images/tabbar/sweepstakes-fill.png"
- },
- {
- "text": "福仓",
- "pagePath": "pages/warehouse/warehouse",
- "iconPath": "static/images/tabbar/warehouse.png",
- "selectedIconPath": "static/images/tabbar/warehouse-fill.png"
- },
- {
- "text": "个人中心",
- "pagePath": "pages/me/me",
- "iconPath": "static/images/tabbar/me.png",
- "selectedIconPath": "static/images/tabbar/me-fill.png"
- }
- ]
- },
- "uniIdRouter": {}
- }
|