12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/index/index",
- "pages/recommend/recommend",
- "pages/mine/mine",
- "pages/infoEdit/infoEdit",
- "pages/infoLook/infoLook",
- "pages/checkAttention/checkAttention",
- "pages/serviceExplain/serviceExplain",
- "pages/vipMember/vipMember"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "子女相亲角",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "usingComponents": {},
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#5674F0",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "资料"
- },
- {
- "pagePath": "pages/recommend/recommend",
- "text": "推荐"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|