| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "奥莱优品",
- "navigationBarBackgroundColor": "#ff5a25",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText" : "我的订单",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/service/service",
- "style": {
- "navigationBarTitleText": "客服",
- "navigationBarBackgroundColor": "#ff5a25",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#ff5a25",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/service/chat",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/goods/detail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationBarBackgroundColor": "#ffffff",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/web/web",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/license",
- "style": {
- "navigationBarTitleText": "服务资质"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#f1f1f1",
- "navigationBarTextStyle": "black",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/goods/list",
- "style": {
- "navigationBarTitleText": "商品列表",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/order/done",
- "style": {
- "navigationBarTitleText": "完善会员信息",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/complaint/form",
- "style": {
- "navigationBarTitleText": "交易投诉",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/complaint/list",
- "style": {
- "navigationBarTitleText": "投诉列表",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/complaint/detail",
- "style": {
- "navigationBarTitleText": "投诉记录",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/order/refund",
- "style": {
- "navigationBarTitleText": "申请退款",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/order/keeps",
- "style": {
- "navigationBarTitleText": "申请退款",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "奥莱优品",
- "navigationBarBackgroundColor": "#f1f1f1",
- "backgroundColor": "#f1f1f1"
- },
- "tabBar": {
- "backgroundColor": "#ffffff",
- "color": "#94a3b8",
- "selectedColor": "#ff5a25",
- "list": [
- {
- "iconPath": "/static/tabbar/home.png",
- "pagePath": "pages/index/index",
- "text": "首页",
- "selectedIconPath": "/static/tabbar/home-fill.png"
- },
- {
- "iconPath": "/static/tabbar/order.png",
- "pagePath": "pages/order/order",
- "text": "订单",
- "selectedIconPath": "/static/tabbar/order-fill.png"
- },
- {
- "iconPath": "/static/tabbar/kf.png",
- "pagePath": "pages/service/service",
- "text": "消息",
- "selectedIconPath": "/static/tabbar/kf-fill.png"
- },
- {
- "iconPath": "/static/tabbar/user.png",
- "pagePath": "pages/user/user",
- "text": "我的",
- "selectedIconPath": "/static/tabbar/user-fill.png"
- }
- ]
- },
- "uniIdRouter": {},
- "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
- }
|