app.json 2.83 KB
{
  "pages": [
    "pages/login/login",
    "pages/index/index",
    "pages/analysis/index",
    "pages/passenger/passenger",
    "pages/profile/profile",
    "pages/list/mallList",
    "pages/list/moreMallList",
    "pages/list/oneMallList",
    "pages/list/moreGateList",
    "pages/list/oneGateList",
    "pages/list/moreFloorList",
    "pages/list/oneFloorList",
    "pages/list/moreStoreList",
    "pages/list/oneStoreList",
    "pages/list/objList",
    "pages/list/floorList",
    "pages/list/eventList",
    "pages/analysis/staticReport/staticDayReport",
    "pages/analysis/staticReport/staticWeekReport",
    "pages/analysis/staticReport/staticMonthReport",
    "pages/analysis/staticReport/staticYearReport",
    "pages/analysis/inoutReport/inoutDayReport",
    "pages/analysis/rankReport/rankDayReport",
    "pages/analysis/rankReport/rankWeekReport",
    "pages/analysis/yoyReport/yoyDayReport",
    "pages/analysis/yoyReport/yoyWeekReport",
    "pages/analysis/yoyReport/yoyMonthReport",
    "pages/analysis/yoyReport/yoyYearReport",
    "pages/analysis/timeFlowReport/timeFlowReport",
    "pages/analysis/holidayReport/holidayReport",
    "pages/analysis/actObjReport/actObjReport",
    "pages/analysis/condition",
    "pages/passenger/captureReport/capture",
    "pages/passenger/condition",
    "pages/passenger/groupTimeReport/groupTime",
    "pages/passenger/groupTimeCondition",
    "pages/conditionList/mallList",
    "pages/conditionList/multiMallList",
    "pages/conditionList/gateList",
    "pages/conditionList/multiGateList",
    "pages/conditionList/typeList"
  ],
  "subPackages": [],
  "window": {
    "titleNView": false,
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "演示",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "usingComponents": {},
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#0069ff",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/index/index.png",
        "selectedIconPath": "static/index/indexSelect.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/analysis/index",
        "iconPath": "static/index/sny.png",
        "selectedIconPath": "static/index/snySelect.png",
        "text": "综合分析"
      },
      {
        "pagePath": "pages/passenger/passenger",
        "iconPath": "static/index/flow.png",
        "selectedIconPath": "static/index/flowSelect.png",
        "text": "精准客流"
      },
      {
        "pagePath": "pages/profile/profile",
        "iconPath": "static/index/my.png",
        "selectedIconPath": "static/index/mySelect.png",
        "text": "我的"
      }
    ]
  },
  "splashscreen": {
    "alwaysShowBeforeRender": true,
    "autoclose": false
  },
  "appname": "app",
  "compilerVersion": "1.9.0"
}