| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages": [
- "pages/index/index",
- "pages/voyages/voyages",
- "pages/me/me",
- "pages/login/login"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "汇很多",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/voyages/voyages",
- "text": "航次"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2"
- }
|