{ "easycom": { "autoscan": true, "custom": { "^p-(.*)": "@/peach/components/p-$1/p-$1.vue", "^pb-(.*)": "@/peach/ui/pb-$1/pb-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/my", "style": { "navigationBarTitleText": "我的" }, "meta": { "auth": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" }, "meta": { "auth": false } }, { "path": "pages/index/login", "style": { "navigationBarTitleText": "登录" }, "meta": { "auth": false } }, { "path": "pages/index/product", "style": { "navigationBarTitleText": "产品" }, "meta": { "auth": false } }, { "path": "pages/index/icons", "style": { "navigationBarTitleText": "uni-app" }, "meta": { "auth": false } } ], "tabBar": { "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/index/product" }, { "pagePath": "pages/index/icons" }, { "pagePath": "pages/index/my" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "uniIdRouter": {} }