pages.json 1019 字节
{
  "easycom": {
    // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
    "custom": {
      "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue"
    }
  },
  "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
    {
      "path": "pages/index/index",
      "style": {
        "navigationBarTitleText": "#000001技术局",
        "backgroundColor": "#000"
      }
    }, {
      "path": "pages/member/member",
      "style": {
        "navigationBarTitleText": "会员权益",
        "enablePullDownRefresh": false
      }
    }, {
      "path": "pages/tests/tests",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
    }
  ],
  "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#060606",
    "navigationStyle": "custom"
  },
  "uniIdRouter": {}
}