123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "二手空调",
- // "navigationStyle": "custom",
- "navigationBarTextStyle": "#fff",
- "navigationBarBackgroundColor": "#01C30B"
- }
- },
- {
- "path": "pages/issue/index",
- "style": {
- "navigationBarTitleText": "发布"
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "disableScroll": true,
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/message/msgView",
- "style": {
- "disableScroll": true,
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/mine/myLike",
- "style": {
- "navigationBarTitleText": "我的点赞"
- }
- },
- {
- "path": "pages/mine/myCollection",
- "style": {
- "navigationBarTitleText": "我的收藏"
- }
- },
- {
- "path": "pages/mine/myEarnings/list",
- "style": {
- "navigationBarTitleText": "我的收益"
- }
- },
- {
- "path": "pages/mine/myEarnings/detail",
- "style": {
- "navigationBarTitleText": "收益详情"
- }
- },
- {
- "path": "pages/mine/address/list",
- "style": {
- "navigationBarTitleText": "我的地址"
- }
- },
- {
- "path": "pages/mine/address/form",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- },
- {
- "path": "pages/mine/parse",
- "style": {
- "navigationBarTitleText": "防骗指南"
- }
- },
- {
- "path": "pages/mine/myBuy/list",
- "style": {
- "navigationBarTitleText": "我买到的"
- }
- },
- {
- "path": "pages/mine/myBuy/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/mine/myBuy/return",
- "style": {
- "navigationBarTitleText": "申请售后"
- }
- },
- {
- "path": "pages/mine/myBuy/logistics",
- "style": {
- "navigationBarTitleText": "查看物流"
- }
- },
- {
- "path": "pages/mine/myIssue/list",
- "style": {
- "navigationBarTitleText": "我发布的"
- }
- },
- {
- "path": "pages/goods/list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/goods/detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/goods/order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/indexs",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }
- ],
- "preloadRule": {
- //分包预载配置
- // "pages/learn/index": {
- // "packages": [
- // "__APP__"
- // ],
- // "network": "all"
- // }
- },
- "easycom": {
- // "zj-(.*)": "@/components/zj-container/zj-$1.vue",
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#f4f2f2",
- "onReachBottomDistance": 100
- },
- "tabBar": {
- "color": "#515151",
- "selectedColor": "#01C30B",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/icon_home01.png",
- "selectedIconPath": "static/tabBar/icon_home02.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/issue/index",
- "iconPath": "static/tabBar/icon_issue01.png",
- "selectedIconPath": "static/tabBar/icon_issue02.png",
- "text": "发布"
- },
- {
- "pagePath": "pages/message/index",
- "iconPath": "static/tabBar/icon_message01.png",
- "selectedIconPath": "static/tabBar/icon_message02.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/tabBar/icon_mine01.png",
- "selectedIconPath": "static/tabBar/icon_mine02.png",
- "text": "我的"
- }
- ]
- }
- }
|