
{
"pages": [
{
"path": "pages/login/login",
"style": {
"topWindow": false
}
}
],
"tabBar": {
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "../../static/static/image/home/zfb01.png",
"selectedIconPath": "../../static/static/image/home/icon11.png"
},
{
"pagePath": "pages/work/home",
"text": "找工作",
"iconPath": "../../static/static/image/home/zfb02.png",
"selectedIconPath": "../../static/static/image/home/icon22.png"
},
],
"backgroundColor": "#fff",
"color": "#000",
"selectedColor": "#13A738",
"iconWidth": "44rpx"
},
"subPackages": [{
"root": "jobfriends",
"pages": [{
"path": "pages/work/mymycerts/mymycerts",
"style": {
"navigationBarTitleText": "资格证书"
}
}, {
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}]
}],
"topWindow": {
"path": "responsive/top-window.vue",
"style": {
"height": "44px"
}
},
"leftWindow": {
"path": "responsive/left-window.vue",
"style": {
"width": "300px"
}
},
"rightWindow": {
"path": "responsive/right-window.vue",
"style": {
"width": "300px"
},
"matchMedia": {
"minWidth": 768
}
}
}