{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "GraceUI", "bounce" : "none", "titleNView" : false, "navigationStyle" : "custom" } }, { "path" : "pages/about/about", "style": { "navigationBarTitleText": "GraceUI", "bounce" : "none", "titleNView" : false, "navigationStyle" : "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "GraceUI", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#6B7374", "selectedColor": "#3688FF", "borderStyle": "white", "backgroundColor": "#F6F7F8", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/menu_imgs/menu_1.png", "selectedIconPath": "static/menu_imgs/menu_1a.png", "text": "GraceUI" }, { "pagePath": "pages/about/about", "iconPath": "static/menu_imgs/menu_2.png", "selectedIconPath": "static/menu_imgs/menu_2a.png", "text": "关于" } ] }, "easycom": { "custom": { "grace(.*)": "@/graceUI/components/grace$1.vue" } } }