| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "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"
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "奥莱优品",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "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"]
- }
|