| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "书嗨",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#38C148",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages-mine",
- "pages": [
- {
- "path": "pages/address/list",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "pages/address/add-or-update",
- "style": {
- "navigationBarTitleText": "地址更新"
- }
- },
- {
- "path": "pages/setting",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/feedback",
- "style": {
- "navigationBarTitleText": "投诉/建议"
- }
- },
- {
- "path": "pages/order-page",
- "style": {
- "navigationBarTitleText": "卖书订单"
- }
- },
- {
- "path": "pages/order-detail",
- "style": {
- "navigationBarTitleText": "卖书订单详情"
- }
- },
- {
- "path": "pages/return-detail",
- "style": {
- "navigationBarTitleText": "退回订单详情"
- }
- },
- {
- "path": "pages/return-select",
- "style": {
- "navigationBarTitleText": "申请退回"
- }
- },
- {
- "path": "pages/apply-return",
- "style": {
- "navigationBarTitleText": "申请退回"
- }
- },
- {
- "path": "pages/apply",
- "style": {
- "navigationBarTitleText": "申请退回"
- }
- },
- {
- "path": "pages/complaint",
- "style": {
- "navigationBarTitleText": "投诉上报"
- }
- },
- {
- "path": "pages/notice",
- "style": {
- "navigationBarTitleText": "消息通知"
- }
- },
- {
- "path": "pages/wallet",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- },
- {
- "path": "pages/withdraw-detail",
- "style": {
- "navigationBarTitleText": "提现明细"
- }
- },
- {
- "path": "pages/withdraw",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "pages/cashier-desk",
- "style": {
- "navigationBarTitleText": "收银台"
- }
- },
- {
- "path": "pages/pay-success",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "pages/partner/partner-rule",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "合伙人计划"
- }
- },
- {
- "path": "pages/partner/partner-apply",
- "style": {
- "navigationBarTitleText": "成为合伙人"
- }
- },
- {
- "path": "pages/partner/partner-status",
- "style": {
- "navigationBarTitleText": "成为合伙人"
- }
- },
- {
- "path": "pages/partner/partner-home",
- "style": {
- "navigationBarTitleText": "合伙人计划"
- }
- },
- {
- "path": "pages/partner/income-detail",
- "style": {
- "navigationBarTitleText": "收入明细"
- }
- },
- {
- "path": "pages/partner/order-detail",
- "style": {
- "navigationBarTitleText": "订单明细"
- }
- },
- {
- "path": "pages/rules-for-sellbooks",
- "style": {
- "navigationBarTitleText": "卖书规则"
- }
- }
- ]
- },
- {
- "root": "pages-home",
- "pages": [
- {
- "path": "pages/scaned-book",
- "style": {
- "navigationBarTitleText": "扫过的书"
- }
- },
- {
- "path": "pages/book-order",
- "style": {
- "navigationBarTitleText": "卖书订单明细"
- }
- },
- {
- "path": "pages/order-success",
- "style": {
- "navigationBarTitleText": "卖书订单提交成功"
- }
- },
- {
- "path": "pages/user-agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/about-us",
- "style": {
- "navigationBarTitleText": "关于书嗨"
- }
- }
- ]
- }
- ],
- "preloadRule": {},
- "globalStyle": {
- "navigationBarTitleText": "书嗨",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#fff"
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#22ac38",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/home/index",
- "iconPath": "/static/tabbar/home.png",
- "selectedIconPath": "/static/tabbar/home2.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/mine/index",
- "iconPath": "/static/tabbar/person.png",
- "selectedIconPath": "/static/tabbar/person2.png"
- }
- ]
- },
- "condition": {}
- }
|