1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- "pages/main-order/main-order",
- "pages/logs/logs",
- "pages/main-message/main-message",
- "pages/main-my/main-my",
- "pages/my-manage-goods/my-manage-goods",
- "pages/my-manage-classify/my-manage-classify",
- "pages/my-manage-activity/my-manage-activity"
- ],
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商家端",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light"
- },
- "tabBar": {
- "color": "#797979",
- "selectedColor": "#FF9B27",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/main-order/main-order",
- "text": "首页",
- "iconPath": "./images/订单.png",
- "selectedIconPath": "./images/订单 -active.png"
- },
- {
- "pagePath": "pages/main-message/main-message",
- "text": "消息",
- "iconPath": "./images/消息.png",
- "selectedIconPath": "./images/消息-active.png"
- },
- {
- "pagePath": "pages/main-my/main-my",
- "text": "我的",
- "iconPath": "./images/我的.png",
- "selectedIconPath": "./images/我的-active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|