1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228 |
- {
- "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/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/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"
- }
- }
- ],
- "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/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"
- }
- }
- // #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函数里面得到
- }
- ]
- }
- }
|