{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "我才是标题" } }, { "path": "pages/throughout/index", "style": { "navigationBarTitleText": "通屏+下拉刷新+自定义导航栏", "enablePullDownRefresh": true, "backgroundColor": "#23c09c", // 这个背景色要与页面的.top-section的背景图差不多,这样下拉刷新看起来才比较协调 "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "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": { "color": "#7A7E83", "selectedColor": "blue", "backgroundColor": "#ffffff", "borderStyle": "black", "height": "50px", "fontSize": "10px", "iconWidth": "24px", "spacing": "3px", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tab-icons/extui.png", "selectedIconPath": "static/tab-icons/extuiHL.png", "text": "首页" }, { "pagePath": "pages/throughout/index", "iconPath": "static/tab-icons/template.png", "selectedIconPath": "static/tab-icons/templateHL.png", "text": "通屏" } ] }, "subPackages": [] }