{ "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/redirect" }, { "path": "pages/order/list", "style": { "navigationBarTitleText": "订单" }, "meta": { "auth": true } }, { "path": "pages/index/my", "style": { "navigationBarTitleText": "我的" }, "meta": { "auth": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" }, "meta": { "auth": true } }, { "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 } } ], "subPackages": [ { "root": "pages/public", "pages": [ { "path": "error", "style": { "navigationBarTitleText": "错误页面" } } ] } ], "tabBar": { "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/index/product" }, { "pagePath": "pages/order/list" }, { "pagePath": "pages/index/my" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "uniIdRouter": {} }