123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362 |
- {
- "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/recruitmentData/index",
- "style": {
- "navigationBarTitleText": "招聘数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/recruitmentData/dataCenter",
- "style": {
- "navigationBarTitleText": "招聘数据中心",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/recruitmentData/communicationRecords",
- "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/editCompany",
- "style": {
- "navigationBarTitleText": "编辑公司信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "renzheng/companyMsg",
- "style": {
- "navigationBarTitleText": "公司信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "renzheng/companyDev",
- "style": {
- "navigationBarTitleText": "公司信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "renzheng/companyFund",
- "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函数里面得到
- }
- ]
- }
- }
|