{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { } }, { "path": "pages/privacy/index", "style": { } }, { "path": "pages/information/index", "style": { "usingComponents": { "van-empty": "/wxcomponents/vant/dist/empty/index", "van-dialog": "/wxcomponents/vant/dist/dialog/index" } } }, { "path": "pages/binding/index", "style": { "usingComponents": { "van-field": "/wxcomponents/vant/dist/field/index", "van-button": "/wxcomponents/vant/dist/button/index", "van-cell-group": "/wxcomponents/vant/dist/cell-group/index", "van-dialog": "/wxcomponents/vant/dist/dialog/index" } } }, { "path": "pages/status/index", "style": { } } ], "easycom": { "cu-(.*)": "@/colorui/components/cu-$1.vue" }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationBarTextStyle": "white", "navigationStyle": "custom" } }