{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "我才是标题" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "vue3-uniapp" }, "easycom": { "autoscan": true, "custom": { "^Fly(.*)": "@/components/fly-$1/fly-$1.vue", "^fly-(.*)": "@/components/fly-$1/fly-$1.vue", "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "tabBar": { "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/my/index" } ] }, "subPackages": [] }