{ "pages": [ // { // "path": "pages/lead/index", // "style": { // // "navigationBarTitleText": "生成证件照", // "navigationStyle": "custom" // } // }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "生成证件照", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { // "navigationBarTitleText": "我的" "navigationStyle": "custom" } }, // { // "path": "pages/introduce/index", // "style": { // "navigationBarTitleText": "uni-app", // "navigationStyle": "custom" // } // }, { "path": "pages/genDigitalFenshen/index", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } } // { // "path": "pages/set/index", // "style": { // "navigationBarTitleText": "uni-app", // "navigationStyle": "custom" // } // } ], "globalStyle": { "navigationBarTextStyle": "black", // "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } }, "tabBar": { "color": "#CBC8C7", //字体颜色 "selectedColor": "#F7790C", //选中时字体颜色 "borderStyle": "black", //底部的上边框线条 "backgroundColor": "#fff", //底部背景色 "fontSize": "22rpx", //字体大小 "spacing": "5px", //字体到图标的距离 "height": "50px", //底部高 // 引入字体图标库 "iconfontSrc": "static/fonts/iconfont.ttf", "list": [ // { // "pagePath": "pages/home/index", // "text": "自定义首页", // "iconPath": "static/tabbar/index.png", // "selectedIconPath": "static/tabbar/index_a.png" // }, { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/index_a.png", // 优先级高于 iconPath,该属性依赖 tabbar 根节点的 iconfontSrc "iconfont": { "text": "\ue600", //  这是图标原始的编码 "selectedText": "\ue600", // "fontSize": "17px", // 图标大小 "color": "#333", // 未选中时,图标的颜色 "selectedColor": "red" // 选中时,图标的颜色 } }, { "pagePath": "pages/my/index", "text": "我的", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my_a.png", "iconfont": { "text": "\ue8c6", //  这是图标原始的编码 "selectedText": "\ue8c6", // "fontSize": "17px", // 图标大小 "color": "#333", // 未选中时,图标的颜色 "selectedColor": "red" // 选中时,图标的颜色 } } ] } }