中央机关及其直属机构2026年度考试录用公务员工作已正式启动。考生可登录“中央机关及其直属机构2026年度考试录用公务员专题网站”(http://bm.scs.gov.cn/kl2026)报考相关职位,报名时间为2025年10月15日8:00至10月24日18:00。
`;
throw SyntaxError();
}
var G_CONFIG = {"version":"20190104","picPath":"https://o.bysjy.com.cn","aliPath":"https://yun-campus-res.oss-cn-shenzhen.aliyuncs.com","hrSite":"https://hr.bysjy.com.cn","school_union_from":0};
//版本更新
var config = {
base: '/',
paths: {
'libs': 'public/js/libs',
'plugs':'public/js/plugs'
},
comboSuffix: '?' + G_CONFIG.version
};
if(window.__page_ver){
config.comboSuffix = config.comboSuffix + __page_ver;
}
_modulePath = [];
for (var i = 0, len = G_MODULES.length; i < len; i++) {
var module = G_MODULES[i];
_modulePath.push(module.join('/'));
}
seajs.config(config);
_modulePath.push('libs/template');
_modulePath.push('plugs/browserCheck');
// _modulePath.push('plugs/floatToolbar');
// _modulePath.push('plugs/customCombox');
seajs.use(_modulePath, function () {
// //主导航
// $.browserCheck();
//$('#main_nav').mainNav();
// $('.j-pub-combox').customCombox();
//
// // 咨询qq
// var params = {"site_logo":"https:\/\/o.bysjy.com.cn\/new_govern\/yxqqnn0001000045\/2025\/config\/1748005760-3512.png","jy_qq":"","source_info_url":"","company_tel":1,"logo_text":"","about_us":"","contact_us":"","work_guide":"","contact_dept":"","copyright":"","institution_like_url":"","site_news_type":"9571291","site_notice_type":"9571290","site_employee_base":"9571291","site_theme":"rich-pro","recruit_warnings":"","hr_site":"https:\/\/hr.bysjy.com.cn","token":"yxqqnn0001000045","contact_tel":""};
//
// $.floatToolbar({qq:params.jy_qq});
// arguments[0].init(Array.prototype.slice.call(arguments, 1));
});
_modulePath_2 = [];
for (var i = 0, len = G_MODULES.length; i < len; i++) {
var module = G_MODULES[i];
_modulePath_2.push(module.join('/'));
}
_modulePath_2.push('plugs/browserCheck');
_modulePath_2.push('plugs/mainNav');
let showFloatToolbar = !$('#App')[0];
if(showFloatToolbar){
_modulePath_2.push('plugs/floatToolbar');
}
_modulePath_2.push('plugs/customCombox');
seajs.use(_modulePath_2, function () {
//主导航
$.browserCheck && $.browserCheck();
$('#main_nav').mainNav();
$('#top_nav').mainNav();
$('.j-pub-combox').customCombox();
// 咨询qq
var params = {"site_logo":"https:\/\/o.bysjy.com.cn\/new_govern\/yxqqnn0001000045\/2025\/config\/1748005760-3512.png","jy_qq":"","source_info_url":"","company_tel":1,"logo_text":"","about_us":"","contact_us":"","work_guide":"","contact_dept":"","copyright":"","institution_like_url":"","site_news_type":"9571291","site_notice_type":"9571290","site_employee_base":"9571291","site_theme":"rich-pro","recruit_warnings":"","hr_site":"https:\/\/hr.bysjy.com.cn","token":"yxqqnn0001000045","contact_tel":""};
if(showFloatToolbar){
$.floatToolbar({qq:params.jy_qq});
}
arguments[0].init(Array.prototype.slice.call(arguments, 1));
});
// footer始终靠底部
$('body').css({
'display': 'flex',
'flex-direction': 'column',
'height': 'auto',
'min-height': '100%'
});
$('.container').css({
'flex': 'auto'
});
$('.bar-main').click(function(){
$('.float-bar .content-wrap').toggleClass('hide');
})