{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "h5":{ "titleNView":false } } }, { "path": "pages/table/index", "style": { "h5":{ "titleNView":false }, "navigationBarTitleText": "zb-table" } } ,{ "path" : "pages/drawer/drawer", "style" : { "h5":{ "titleNView":false }, "navigationBarTitleText": "zb-drawer", "enablePullDownRefresh": false } }, { "path" : "pages/pagination/pagination", "style" : { "h5":{ "titleNView":false }, "navigationBarTitleText": "zb-pagination", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } // , // "tabBar": { // "color": "#7A7E83", // "selectedColor": "#007AFF", // "borderStyle": "black", // "backgroundColor": "#F8F8F8", // "list": [ // { // "pagePath": "pages/index/index", // "iconPath": "static/home.png", // "selectedIconPath": "static/home-active.png", // "text": "主页" // }, // { // "pagePath": "pages/table/index", // "iconPath": "static/component.png", // "selectedIconPath": "static/componentHL.png", // "text": "表格组件" // } // ] // } }