12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- // "navigationBarBackgroundColor": "#E5EEFF",
- "navigationBarBackgroundColor": "#00DD9A",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "app-plus": {
- "titleNView": true
- }
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/game/gameList",
- "style": {
- "navigationBarTitleText": "人才库",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/game/order",
- "style": {
- "navigationBarTitleText": "岗位详情"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/game/orderDet",
- "style": {
- "navigationBarTitleText": "简历详情"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/citys/citys",
- "style": {
- "navigationBarTitleText": "城市"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/webView",
- "style": {
- "navigationBarTitleText": "网页"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/msg/index",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/msg/im",
- "style": {
- "navigationBarTitleText": ""
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/msg/message",
- "style": {
- "navigationBarTitleText": "系统消息",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- // "navigationBarBackgroundColor": "#E5EEFF"
- "navigationBarBackgroundColor": "#D9FEED"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/my/invitationUser",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationBarBackgroundColor": "#E5EEFF",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "pages/my/invitationUserqy",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationBarBackgroundColor": "#E5EEFF",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/my/userinfo",
- "style": {
- "navigationBarTitleText": "个人信息"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/bind",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/forgetPwd",
- "style": {
- "navigationBarTitleText": "重置密码"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/loginphone",
- "style": {
- "navigationBarTitleText": "登录"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/pwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "pages/index/game/tuiList",
- "style": {
- "navigationBarTitleText": "推送列表",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "pages/msg/addmsg",
- "style": {
- "navigationBarTitleText": "常用语",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/msg/chathistory",
- "style": {
- "navigationBarTitleText": "聊天记录",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/msg/add",
- "style": {
- "navigationBarTitleText": "新增",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "pages/public/selectIdentity/selectIdentity",
- "style": {
- "navigationBarTitleText": "选择身份",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }
- ],
- "subPackages": [{
- "root": "package",
- "pages": [{
- "path": "list/hezuo",
- "style": {
- "navigationBarTitleText": "企业合作"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- // "enablePullDownRefresh": true
- }
- }, {
- "path": "list/index",
- "style": {
- "navigationBarTitleText": "项目查询",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "list/studyUp",
- "style": {
- "navigationBarTitleText": "学历提升",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "list/train",
- "style": {
- "navigationBarTitleText": "证书培训",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "list/zhiCheng",
- "style": {
- "navigationBarTitleText": "职称评审",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "list/baoming",
- "style": {
- "navigationBarTitleText": "培训报名",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- //个人
- {
- "path": "my/resume",
- "style": {
- "navigationBarTitleText": "我的简历",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "my/apply",
- "style": {
- "navigationBarTitleText": "我的报名",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "my/applyType",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "my/pingbi",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "list/fuli",
- "style": {
- "navigationBarTitleText": "福利查询",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "jobIntention/jobIntention",
- "style": {
- "navigationBarTitleText": "管理求职意向",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "jobIntention/add",
- "style": {
- "navigationBarTitleText": "求职意向",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "jobIntention/edit",
- "style": {
- "navigationBarTitleText": "求职意向",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "jobIntention/jobList",
- "style": {
- "navigationBarTitleText": "岗位分类",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "jobIntention/industry",
- "style": {
- "navigationBarTitleText": "期望行业",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "jobIntention/city",
- "style": {
- "navigationBarTitleText": "工作地址",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }
- , {
- "path": "blackList/blackList",
- "style": {
- "navigationBarTitleText": "黑名单",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "addJob/addJob",
- "style": {
- "navigationBarTitleText": "发布招聘",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "screen/city",
- "style": {
- "navigationBarTitleText": "城市",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "screen/screen",
- "style": {
- "navigationBarTitleText": "筛选",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "screen/screenComp",
- "style": {
- "navigationBarTitleText": "筛选",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "records/records",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "search/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "deliveryRecord/deliveryRecord",
- "style": {
- "navigationBarTitleText": "投递记录",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "myLove/myLove",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }
- ]
- }, {
- "root": "my",
- "pages": [{
- "path": "wallet/shouyi",
- "style": {
- "navigationBarTitleText": "收益明细",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "team/team",
- "style": {
- "navigationBarTitleText": "我的团队",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "team/earnings",
- "style": {
- "navigationBarTitleText": "我的收益",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "gird/guanzhu",
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "gird/visitor",
- "style": {
- "navigationBarTitleText": "最近访客",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "address/Endaddress",
- "style": {
- "navigationBarTitleText": "添加地址",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "gird/browse",
- "style": {
- "navigationBarTitleText": "浏览历史",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "renzheng/index",
- "style": {
- "navigationBarTitleText": "企业认证"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "renzheng/zhuanrang",
- "style": {
- "navigationBarTitleText": "转让企业"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "vip/index",
- "style": {
- "navigationBarTitleText": "会员中心",
- // "navigationBarBackgroundColor": "#111111",
- "navigationBarTextStyle": "black"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "wallet/wallet",
- "style": {
- "navigationBarTitleText": "我的钻石",
- "navigationBarBackgroundColor": "#00DD9A",
- "enablePullDownRefresh": true,
- "navigationBarTextStyle": "white"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "wallet/tixian",
- "style": {
- "navigationBarTitleText": "提现"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "wallet/index",
- "style": {
- "navigationBarTitleText": "钻石充值"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "wallet/zhifubao",
- "style": {
- "navigationBarTitleText": "提现账号"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "wallet/cashList",
- "style": {
- "navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "wallet/mymoneydetail",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "enablePullDownRefresh": true
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "我的招聘"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "order/pay",
- "style": {
- "navigationBarTitleText": "岗位详情"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "order/complain",
- "style": {
- "navigationBarTitleText": "投诉"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/resumesPost",
- "style": {
- "navigationBarTitleText": "添加岗位"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/gangw",
- "style": {
- "navigationBarTitleText": "岗位添加"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "publish/gangws",
- "style": {
- "navigationBarTitleText": "岗位添加"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "publish/editor",
- "style": {
- "navigationBarTitleText": "我的简历"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/serveType",
- "style": {
- "navigationBarTitleText": ""
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/workhistory",
- "style": {
- "navigationBarTitleText": "工作经历"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/customer",
- "style": {
- "navigationBarTitleText": "在线客服"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "意见反馈"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/index",
- "style": {
- "navigationBarTitleText": "设置中心"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/mimi",
- "style": {
- "navigationBarTitleText": "隐私政策"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/xieyi",
- "style": {
- "navigationBarTitleText": "用户协议"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/jobXy",
- "style": {
- "navigationBarTitleText": "岗位发布协议"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/userphone",
- "style": {
- "navigationBarTitleText": "修改手机号"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "order/feedback",
- "style": {
- "navigationBarTitleText": "评论"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "takeOrder/index",
- "style": {
- "navigationBarTitleText": "我的接单"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "takeOrder/takeDetail",
- "style": {
- "navigationBarTitleText": "接单详情"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "setting/chat",
- "style": {
- "navigationBarTitleText": "联系客服"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/updataServeType",
- "style": {
- "navigationBarTitleText": "修改",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/updataServeTypes",
- "style": {
- "navigationBarTitleText": "修改",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/updataGangw",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/updataGangws",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "order/myIndex",
- "style": {
- "navigationBarTitleText": "我的定制化",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/serveTypes",
- "style": {
- "navigationBarTitleText": "定制化服务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "publish/editors",
- "style": {
- "navigationBarTitleText": "查看",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "setting/feedbackIndex",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "setting/helpDetail",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "matching/matching",
- "style": {
- "navigationBarTitleText": "快速入职",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "enterpriseInfo/enterpriseInfo",
- "style": {
- "navigationBarTitleText": "企业详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4B4D5C",
- "navigationBarTextStyle": "white",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none"
- }
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "vip/zhouka",
- "style": {
- "navigationBarTitleText": "人才库周卡",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "setting/weekXiYi",
- "style": {
- "navigationBarTitleText": "会员开通协议",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "feedback/jubao",
- "style": {
- "navigationBarTitleText": "举报",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }, {
- "path": "jilu/jilu",
- "style": {
- "navigationBarTitleText": "面试记录",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "jilu/jiluUser",
- "style": {
- "navigationBarTitleText": "我的面试",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
- }
- // #ifdef APP || H5
- ,
- {
- "path": "videoVoice/videoVoice",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- // #endif
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "省钱兄招聘",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#CCCCCC",
- "selectedColor": "#00B88F",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index_.png",
- "selectedIconPath": "static/tabbar/index.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/msg/index",
- "iconPath": "static/tabbar/msg_.png",
- "selectedIconPath": "static/tabbar/msg.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/my_.png",
- "selectedIconPath": "static/tabbar/my.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "首页", //模式名称
- "path": "pages/index/index", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|