12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310 |
- {
- "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,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/switchRoles",
- "style": {
- "navigationBarTitleText": "切换身份",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/businessLicense",
- "style": {
- "navigationBarTitleText": "营业执照",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/peopleNumber",
- "style": {
- "navigationBarTitleText": "选择公司规模",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobPosting",
- "style": {
- "navigationBarTitleText": "发布职位",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobPostingSecond",
- "style": {
- "navigationBarTitleText": "发布职位",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "app-plus": {
- "titleNView": true
- },
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/loginInput",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/guidePage",
- "style": {
- "navigationBarTitleText": "启动页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/register",
- "style": {
- "navigationBarTitleText": "注册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/registerSuccess",
- "style": {
- "navigationBarTitleText": "注册成功",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/password",
- "style": {
- "navigationBarTitleText": "创建账号密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/startPage",
- "style": {
- "navigationBarTitleText": "开始页面",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/welcomePage",
- "style": {
- "navigationBarTitleText": "指导页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/workProgress",
- "style": {
- "navigationBarTitleText": "工作经历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/jobApplicant/workRecord",
- "style": {
- "navigationBarTitleText": "工作经历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/game/gameList",
- "style": {
- "navigationBarTitleText": "人才库",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/game/order",
- "style": {
- "navigationBarTitleText": "岗位详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/game/orderDet",
- "style": {
- "navigationBarTitleText": "简历详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/citys/citys",
- "style": {
- "navigationBarTitleText": "城市",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/citySelect",
- "style": {
- "navigationBarTitleText": "城市选择",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/jobSearch",
- "style": {
- "navigationBarTitleText": "职位搜索",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/jobManagement/jobManagement",
- "style": {
- "navigationBarTitleText": "职位管理",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/jobManagement/jobDetail",
- "style": {
- "navigationBarTitleText": "职位详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/talentSearch/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/talentSearch/filter",
- "style": {
- "navigationBarTitleText": "筛选",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/talentSearch/resumeDetail",
- "style": {
- "navigationBarTitleText": "简历详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/webView",
- "style": {
- "navigationBarTitleText": "网页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/index",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/im",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/message",
- "style": {
- "navigationBarTitleText": "系统消息",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- // "navigationBarBackgroundColor": "#E5EEFF"
- "navigationBarBackgroundColor": "#D9FEED",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/VIP/benefits",
- "style": {
- "navigationBarTitleText": "我的权益",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/userphone",
- "style": {
- "navigationBarTitleText": "修改手机号",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/myCompany",
- "style": {
- "navigationBarTitleText": "我的公司",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/changeCompanies",
- "style": {
- "navigationBarTitleText": "更换公司",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/changePosition",
- "style": {
- "navigationBarTitleText": "更换职务",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/onlineResume",
- "style": {
- "navigationBarTitleText": "在线简历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/personalCenter",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/workExperience",
- "style": {
- "navigationBarTitleText": "工作经历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/invitationUser",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationBarBackgroundColor": "#E5EEFF",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- },
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/invitationUserqy",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationBarBackgroundColor": "#E5EEFF",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- },
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/userinfo",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/ruleCenter",
- "style": {
- "navigationBarTitleText": "规则中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/bind",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/forgetPwd",
- "style": {
- "navigationBarTitleText": "重置密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/loginphone",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/pwd",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/game/tuiList",
- "style": {
- "navigationBarTitleText": "推送列表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/addmsg",
- "style": {
- "navigationBarTitleText": "常用语",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/chathistory",
- "style": {
- "navigationBarTitleText": "聊天记录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/add",
- "style": {
- "navigationBarTitleText": "新增",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/regular",
- "style": {
- "navigationBarTitleText": "常用语",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/search",
- "style": {
- "navigationBarTitleText": "消息搜索",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/selectIdentity/selectIdentity",
- "style": {
- "navigationBarTitleText": "选择身份",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/interviewInvitation",
- "style": {
- "navigationBarTitleText": "面试邀约",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/msg/selectInterview",
- "style": {
- "navigationBarTitleText": "面试地址",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "package",
- "pages": [
- {
- "path": "list/hezuo",
- "style": {
- "navigationBarTitleText": "企业合作",
- "navigationStyle": "custom"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "list/index",
- "style": {
- "navigationBarTitleText": "项目查询",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "list/studyUp",
- "style": {
- "navigationBarTitleText": "学历提升",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "list/train",
- "style": {
- "navigationBarTitleText": "证书培训",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "list/zhiCheng",
- "style": {
- "navigationBarTitleText": "职称评审",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "list/baoming",
- "style": {
- "navigationBarTitleText": "培训报名",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- //个人
- {
- "path": "my/resume",
- "style": {
- "navigationBarTitleText": "我的简历",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "my/apply",
- "style": {
- "navigationBarTitleText": "我的报名",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "my/applyType",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "my/pingbi",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "list/fuli",
- "style": {
- "navigationBarTitleText": "福利查询",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/jobIntention",
- "style": {
- "navigationBarTitleText": "管理求职意向",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/add",
- "style": {
- "navigationBarTitleText": "求职意向",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/editJob",
- "style": {
- "navigationBarTitleText": "岗位描述",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/edit",
- "style": {
- "navigationBarTitleText": "求职意向",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/jobList",
- "style": {
- "navigationBarTitleText": "岗位分类",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/industry",
- "style": {
- "navigationBarTitleText": "期望行业",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/city",
- "style": {
- "navigationBarTitleText": "工作地址",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/company",
- "style": {
- "navigationBarTitleText": "公司认证",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/companyImg",
- "style": {
- "navigationBarTitleText": "公司认证",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/underReview",
- "style": {
- "navigationBarTitleText": "审核中",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/completeMsg",
- "style": {
- "navigationBarTitleText": "完善信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/companyReview",
- "style": {
- "navigationBarTitleText": "企业环境认证",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/companyMsg",
- "style": {
- "navigationBarTitleText": "公司信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/workAddress",
- "style": {
- "navigationBarTitleText": "工作地址",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/tagManage",
- "style": {
- "navigationBarTitleText": "标签管理",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/addExpectation",
- "style": {
- "navigationBarTitleText": "添加求职期望",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/preferenceSetting",
- "style": {
- "navigationBarTitleText": "从事偏好设置",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/jobSkills",
- "style": {
- "navigationBarTitleText": "岗位职业技能",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/addAddress",
- "style": {
- "navigationBarTitleText": "添加地址",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/fund",
- "style": {
- "navigationBarTitleText": "福利待遇",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jobIntention/basicInfo",
- "style": {
- "navigationBarTitleText": "基本信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "blackList/blackList",
- "style": {
- "navigationBarTitleText": "黑名单",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "addJob/addJob",
- "style": {
- "navigationBarTitleText": "发布招聘",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "screen/city",
- "style": {
- "navigationBarTitleText": "城市",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "screen/screen",
- "style": {
- "navigationBarTitleText": "筛选",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "screen/screenComp",
- "style": {
- "navigationBarTitleText": "筛选",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "records/records",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "enablePullDownRefresh": true
- // ,
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "search/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "deliveryRecord/deliveryRecord",
- "style": {
- "navigationBarTitleText": "投递记录",
- "enablePullDownRefresh": true
- // ,
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "myLove/myLove",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "my",
- "pages": [
- {
- "path": "wallet/shouyi",
- "style": {
- "navigationBarTitleText": "收益明细",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "team/team",
- "style": {
- "navigationBarTitleText": "我的团队",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "team/earnings",
- "style": {
- "navigationBarTitleText": "我的收益",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "gird/guanzhu",
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "gird/visitor",
- "style": {
- "navigationBarTitleText": "最近访客",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "address/Endaddress",
- "style": {
- "navigationBarTitleText": "添加地址",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "gird/browse",
- "style": {
- "navigationBarTitleText": "浏览历史",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "renzheng/index",
- "style": {
- "navigationBarTitleText": "企业认证",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "renzheng/zhuanrang",
- "style": {
- "navigationBarTitleText": "转让企业",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "vip/index",
- "style": {
- "navigationBarTitleText": "会员中心",
- // "navigationBarBackgroundColor": "#111111",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/wallet",
- "style": {
- "navigationBarTitleText": "我的钻石",
- "navigationBarBackgroundColor": "#00DD9A",
- "enablePullDownRefresh": true,
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/tixian",
- "style": {
- "navigationBarTitleText": "提现",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/index",
- "style": {
- "navigationBarTitleText": "钻石充值",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/zhifubao",
- "style": {
- "navigationBarTitleText": "提现账号",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/cashList",
- "style": {
- "navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "wallet/mymoneydetail",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "我的招聘",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/pay",
- "style": {
- "navigationBarTitleText": "岗位详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/complain",
- "style": {
- "navigationBarTitleText": "投诉",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/resumesPost",
- "style": {
- "navigationBarTitleText": "添加岗位",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/gangw",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/gangws",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/editor",
- "style": {
- "navigationBarTitleText": "我的简历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/serveType",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/workhistory",
- "style": {
- "navigationBarTitleText": "工作经历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/customer",
- "style": {
- "navigationBarTitleText": "在线客服",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/index",
- "style": {
- "navigationBarTitleText": "设置中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/mimi",
- "style": {
- "navigationBarTitleText": "隐私政策",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/xieyi",
- "style": {
- "navigationBarTitleText": "用户协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/jobXy",
- "style": {
- "navigationBarTitleText": "岗位发布协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/userphone",
- "style": {
- "navigationBarTitleText": "修改手机号",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/feedback",
- "style": {
- "navigationBarTitleText": "评论",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "takeOrder/index",
- "style": {
- "navigationBarTitleText": "我的接单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "takeOrder/takeDetail",
- "style": {
- "navigationBarTitleText": "接单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/chat",
- "style": {
- "navigationBarTitleText": "联系客服",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/updataServeType",
- "style": {
- "navigationBarTitleText": "修改",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/updataServeTypes",
- "style": {
- "navigationBarTitleText": "修改",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/updataGangw",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/updataGangws",
- "style": {
- "navigationBarTitleText": "岗位添加",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/myIndex",
- "style": {
- "navigationBarTitleText": "我的定制化",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/serveTypes",
- "style": {
- "navigationBarTitleText": "定制化服务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "publish/editors",
- "style": {
- "navigationBarTitleText": "查看",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/feedbackIndex",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/helpDetail",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "matching/matching",
- "style": {
- "navigationBarTitleText": "快速入职",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "enterpriseInfo/enterpriseInfo",
- "style": {
- "navigationBarTitleText": "企业详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4B4D5C",
- "navigationBarTextStyle": "white",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none"
- },
- "navigationStyle": "custom"
- }
- },
- {
- "path": "vip/zhouka",
- "style": {
- "navigationBarTitleText": "人才库周卡",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting/weekXiYi",
- "style": {
- "navigationBarTitleText": "会员开通协议",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "feedback/jubao",
- "style": {
- "navigationBarTitleText": "举报",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jilu/jilu",
- "style": {
- "navigationBarTitleText": "面试记录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jilu/jilu",
- "style": {
- "navigationBarTitleText": "面试记录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jilu/mianshiDetail",
- "style": {
- "navigationBarTitleText": "面试详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jilu/bossMianshiDetail",
- "style": {
- "navigationBarTitleText": "面试详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jilu/editInterview",
- "style": {
- "navigationBarTitleText": "修改邀约",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- // #ifdef APP || H5
- {
- "path": "videoVoice/videoVoice",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- // #endif
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "省钱兄招聘",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#9CA4AB",
- "selectedColor": "#0D27F7",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/Home.png",
- "selectedIconPath": "static/tabbar/Iconly_Bold_Home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/game/gameList",
- "iconPath": "static/tabbar/jipin.png",
- "selectedIconPath": "static/tabbar/ACjipin.png",
- "text": "急聘"
- },
- {
- "pagePath": "pages/talentSearch/index",
- "iconPath": "static/tabbar/Hrsearch.png",
- "selectedIconPath": "static/tabbar/ACsearch.png",
- "text": "搜索"
- },
- {
- "pagePath": "pages/msg/index",
- "iconPath": "static/tabbar/Chat.png",
- "selectedIconPath": "static/tabbar/ACchat.png",
- "text": "消息中心"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/Iconly_Light_Profile.png",
- "selectedIconPath": "static/tabbar/Iconly_Bulk_Profile.png",
- "text": "个人中心"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "首页", //模式名称
- "path": "pages/index/index", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|