|
- {
- "pages": [
- "pages/show/show",
- "pages/index/index",
- "pages/wxAuth/wxAuth",
- "pages/logs/logs",
- "component/scrollTab/scrollTab"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "微信框架",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/show/show",
- "iconPath": "image/gwc1.png",
- "selectedIconPath": "image/gwc2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "image/gwc1.png",
- "selectedIconPath": "image/gwc2.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "image/gwc1.png",
- "selectedIconPath": "image/gwc2.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "image/gwc1.png",
- "selectedIconPath": "image/gwc2.png",
- "text": "我的"
- }
- ]
- }
- }
|