123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/home/index",
- "pages/user/index",
- "pages/list/index",
- "pages/home/live",
- "pages/games/index",
- "pages/home/living",
- "pages/login/login"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "【S直播】",
- "navigationBarBackgroundColor": "#f5f5f5",
- "backgroundColor": "#f7f8fa"
- },
- "tabBar": {
- "color": "#AEAEAE",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/list/index",
- "iconPath": "/static/tabBar/query.png",
- "selectedIconPath": "/static/tabBar/query_active.png",
- "text": "列表"
- },
- {
- "pagePath": "pages/games/index",
- "iconPath": "/static/tabBar/pulverize.png",
- "selectedIconPath": "/static/tabBar/pulverize_active.png",
- "text": "合同粉碎"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabBar/user.png",
- "selectedIconPath": "/static/tabBar/user_active.png",
- "text": "我的"
- }
- ]
- },
- "secureNetwork": {
- "enable": true
- },
- "permission": {
- "scope.userLocation": {
- "desc": "需要获取您当前的位置,展示附近的服务"
- }
- },
- "__usePrivacyCheck__": true,
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|