使用hbuilder X创建uniapp项目
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "人人通"
}
}, {
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "",
"fontSrc": "/static/iconfont/",
"fontSize": "20",
"float": "right",
"color": "#7A7E83"
}]
}
}
}
}, {
"path": "pages/personel/index",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/collectInfo/index",
"style": {
"navigationBarTitleText": "信息采集"
}
}, {
"path": "pages/messageDetails/index",
"style": {
"navigationBarTitleText": "消息详情"
}
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"iconfontSrc": "static/", // app tabbar 字体.ttf文件路径 app 3.4.4+
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/",
"selectedIconPath": "static/se_home.png",
"text": "首页"
}, {
"pagePath": "pages/message/index",
"iconPath": "static/",
"selectedIconPath": "static/se_message.png",
"text": "消息"
}, {
"pagePath": "pages/personel/index",
"iconPath": "static/",
"selectedIconPath": "static/se_mine.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"app-plus": {
"background": "#efeff4"
}
}
}