12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- "pages/index/index",
- "pages/search/index",
- "pages/search/result",
- "pages/user/index",
- "pages/order/list",
- "pages/distribution/index",
- "pages/distribution/rules",
- "pages/team/index",
- "pages/promotion/poster",
- "pages/promotion/qrcode",
- "pages/goods/detail",
- "pages/income/index",
- "pages/income/withdraw",
- "pages/invite/index",
- "pages/bank/list",
- "pages/bank/add",
- "pages/bank/edit",
- "pages/settings/index",
- "pages/category/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "分销商城",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#ff4d4f",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home_selected.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "static/images/tabbar/user.png",
- "selectedIconPath": "static/images/tabbar/user_selected.png"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|