{ "pages": [ "pages/index/index", "pages/add/add", "pages/my/my", "pages/add4G/index", "pages/4Gswitch/index", "pages/deviceDetail/index" ], "window": { "backgroundColor": "#F6F6F6", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#F6F6F6", "navigationBarTitleText": "物美", "navigationBarTextStyle": "black" }, "tabBar": { "selectedColor": "#0000ff", "color": "#000000", "backgroundColor": "white", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "icons/home.png", "selectedIconPath": "icons/home_selected.png" }, { "pagePath": "pages/add/add", "text": "添加", "iconPath": "icons/add_0.png", "selectedIconPath": "icons/add.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "icons/user.png", "selectedIconPath": "icons/user_selected.png" } ] }, "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "usingComponents": { "van-action-sheet": "@vant/weapp/action-sheet/index", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-tag": "@vant/weapp/tag/index", "van-button": "@vant/weapp/button/index", "van-cell": "@vant/weapp/cell/index", "van-cell-group": "@vant/weapp/cell-group/index" } }