{ "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } } ], "subPackages": [ { "root": "sub-pages/film-map", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "影视地图", "enablePullDownRefresh": true } } ] }, { "root": "sub-pages/film-list", "pages": [ { "path": "film-list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } } ,{ "path": "film-detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true // ,"navigationStyle": "custom" } } ,{ "path": "film-official-detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true // ,"navigationStyle": "custom" } } ] }, { "root": "sub-pages/mine", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "影视", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } } }