app.json 1.46 KB
{
  "pages": [
    "pages/index/index",
    "pages/device/device",
    "pages/alert/alert",
    "pages/personal/personal"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "云腾app",
    "navigationBarBackgroundColor": "#FFFFFF",
    "backgroundColor": "#FFFFFF"
  },
  "tabBar": {
    "color": "#ffffff",
    "selectedColor": "#ffffff",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/basics.png",
        "selectedIconPath": "static/basics.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/device/device",
        "iconPath": "static/basics.png",
        "selectedIconPath": "static/basics.png",
        "text": "设备"
      },
      {
        "pagePath": "pages/alert/alert",
        "iconPath": "static/basics.png",
        "selectedIconPath": "static/basics.png",
        "text": "告警"
      },
      {
        "pagePath": "pages/personal/personal",
        "iconPath": "static/basics.png",
        "selectedIconPath": "static/basics.png",
        "text": "我的"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  },
  "usingComponents": {
    "f-icon": "/components/module/f-icon/f-icon",
    "public-module": "/components/common/public-module"
  },
  "sitemapLocation": "sitemap.json"
}