170 lines
6.0 KiB
JSON
170 lines
6.0 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "青岛智慧就业平台",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/mine",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/msglog/msglog",
|
||
"style": {
|
||
"navigationBarTitleText": "消息",
|
||
"navigationStyle": "custom",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/careerfair/careerfair",
|
||
"style": {
|
||
"navigationBarTitleText": "招聘会",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/nearby/nearby",
|
||
"style": {
|
||
"navigationBarTitleText": "附近",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/chat/chat",
|
||
"style": {
|
||
"navigationBarTitleText": "AI+",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white",
|
||
"enablePullDownRefresh": false,
|
||
// #ifdef H5
|
||
"navigationStyle": "custom"
|
||
//#endif
|
||
}
|
||
}
|
||
],
|
||
"subpackages": [{
|
||
"root": "packageA",
|
||
"pages": [{
|
||
"path": "pages/choiceness/choiceness",
|
||
"style": {
|
||
"navigationBarTitleText": "精选",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/post/post",
|
||
"style": {
|
||
"navigationBarTitleText": "职位详情",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/UnitDetails/UnitDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "单位详情",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/exhibitors/exhibitors",
|
||
"style": {
|
||
"navigationBarTitleText": "参展单位",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/myResume/myResume",
|
||
"style": {
|
||
"navigationBarTitleText": "我的简历",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/Intendedposition/Intendedposition",
|
||
"style": {
|
||
"navigationBarTitleText": "意向岗位",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/collection/collection",
|
||
"style": {
|
||
"navigationBarTitleText": "我的收藏",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/browseJob/browseJob",
|
||
"style": {
|
||
"navigationBarTitleText": "我的浏览",
|
||
"navigationBarBackgroundColor": "#4778EC",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}
|
||
]
|
||
}],
|
||
"tabBar": {
|
||
"color": "#5E5F60",
|
||
"selectedColor": "#256BFA",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"midButton": {
|
||
"width": "50px",
|
||
"height": "50px",
|
||
"backgroundImage": "static/tabbar/logo2copy.png"
|
||
},
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/tabbar/calendar.png",
|
||
"selectedIconPath": "static/tabbar/calendared.png",
|
||
"text": "职位"
|
||
},
|
||
{
|
||
"pagePath": "pages/careerfair/careerfair",
|
||
"iconPath": "static/tabbar/post.png",
|
||
"selectedIconPath": "static/tabbar/posted.png",
|
||
"text": "招聘会"
|
||
},
|
||
{
|
||
"pagePath": "pages/chat/chat",
|
||
"iconPath": "static/tabbar/logo2copy.png",
|
||
"selectedIconPath": "static/tabbar/logo2copy.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/msglog/msglog",
|
||
"iconPath": "static/tabbar/chat4.png",
|
||
"selectedIconPath": "static/tabbar/chat4ed.png",
|
||
"text": "消息"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/mine",
|
||
"iconPath": "static/tabbar/mine.png",
|
||
"selectedIconPath": "static/tabbar/mined.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |