pages.json 2.63 KB
{
  "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
    {
      "path": "pages/login/mobile"
    },
    {
      "path": "pages/market/index",
      "style": {
        "enablePullDownRefresh": true
      }
    }, {
      "path": "pages/market/newsDetails",
      "style": {
        "navigationBarTitleText": "资讯详情",
        "navigationStyle": "custom"
      }
    }, {
      "path": "pages/market/total",
      "style": {
        "navigationBarTitleText": "数据统计"
      }
    }, {
      "path": "pages/market/insight",
      "style": {
        "enablePullDownRefresh": true,
        "navigationBarTitleText": "市场洞察"
      }
    }, {
      "path": "pages/market/researchReport",
      "style": {
        "navigationBarTitleText": "研究报告"
      }
    }, {
      "path": "pages/market/knowledgeBase",
      "style": {
        "navigationBarTitleText": "知识库"
      }
    },
    {
      "path": "pages/market/userDetails",
      "style": {
        "navigationBarTitleText": "居民用户详情"
      }
    },
    {
      "path": "pages/market/reportDetails",
      "style": {
        "navigationBarTitleText": "报告详情"
      }
    }
  ],
  "tabBar": {
    "backgroundColor": "#fff",
    "selectedColor": "#cf000d",
    "color": "#8e8e8e",
    "list": [{
        "pagePath": "pages/market/index",
        "text": "市场资讯",
        "iconPath": "/static/images/tabbar/message.png",
        "selectedIconPath": "/static/images/tabbar/message-active.png"
      },
      {
        "pagePath": "pages/market/total",
        "text": "数据统计",
        "iconPath": "/static/images/tabbar/total.png",
        "selectedIconPath": "/static/images/tabbar/total-active.png"
      },
      {
        "pagePath": "pages/market/insight",
        "text": "市场洞察",
        "iconPath": "/static/images/tabbar/insight.png",
        "selectedIconPath": "/static/images/tabbar/insight-active.png"
      },
      {
        "pagePath": "pages/market/researchReport",
        "text": "研究报告",
        "iconPath": "/static/images/tabbar/report.png",
        "selectedIconPath": "/static/images/tabbar/report-active.png"
      },
      {
        "pagePath": "pages/market/knowledgeBase",
        "text": "知识库",
        "iconPath": "/static/images/tabbar/knowledgeBase.png",
        "selectedIconPath": "/static/images/tabbar/knowledgeBase-active.png"
      }
    ]
  },
  "globalStyle": {
    "navigationStyle": "custom",
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "市场洞察",
    "navigationBarBackgroundColor": "#ffffff",
    "backgroundColor": "#ffffff"
  }
}