12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/index/sola/index",
- "pages/stamp/stamp",
- "pages/me/me",
- "pages/index/sell/index",
- "pages/index/history/index",
- "pages/list/message/index",
- "pages/list/notice/idnex"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "邮贝·数字邮局",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "custom": true,
- "color": "#969696",
- "selectedColor": "#0C6E4D",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/sola/index",
- "text": "首页",
- "iconPath": "icon/index.png",
- "selectedIconPath": "icon/index-select.png"
- },
- {
- "pagePath": "pages/stamp/stamp",
- "text": "邮品",
- "iconPath": "icon/stamp.png",
- "selectedIconPath": "icon/stamp-select.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我的",
- "iconPath": "icon/me.png",
- "selectedIconPath": "icon/me-select.png"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|