中国政策档案 Governance Archive HOLDINGS 248,956 · FONDS 243
← Back to document 一图读懂2022年福建省政府工作报告
Open original site →
Extracted Text
关于我们|隐私保护|网站地图|联系我们| 网站纠错| --> 网站标识码:3500000049闽公网安备:35000899002 闽ICP备15003084号 版权所有:福建省人民政府门户网站中文域名:福建省人民政府.政务 document.write(unescape("%3Cspan id='_ideConac' class='foot-icon02 pho-none' %3E%3C/span%3E%3Cscript src='https://dcs.conac.cn/js/14/000/0000/40445163/CA140000000404451630001.js' type='text/javascript'%3E%3C/script%3E")); 新媒体矩阵 省政府官方微信 闽政通APP 省政府公报微信 --> 福建发布政务微博 主办:福建省人民政府办公厅承办:福建省大数据集团有限公司 为确保最佳浏览效果,建议您使用以下浏览器版本:IE浏览器9.0版本及以上; 谷歌浏览器 63版本及以上; 360浏览器9.1版本及以上,且IE内核9.0及以上。 返回顶部 --> var trt_userAgent = navigator.userAgent; if (!/miniProgram/i.test(trt_userAgent) && !/micromessenger/i.test(trt_userAgent) && !/AlipayClient/i.test(trt_userAgent) ){ document.write(''); } window.onload = function() { var _currentUrl = window.location.href; if(_currentUrl.indexOf("/english/") var SiteInfo = { //站点频道 siteid : 51 , was4doc : 291575 //检索 , was4bmdt : 206468 //253334 //部门动态 , was4bmwj : 291675 //部门文件 , was4sjjd : 282572 //数据解读 , was4zcjd : 211138 //政策解读 , was4rel : 262249//相关文档 , itp4poll: 943 //调查 , itp4advice: 961 //征集 , itp4ftzj: 975 //访谈征集 , itp4apply: 964 //依申请 , itp4site: 301 //互动站点 , siteHost: "www.fujian.gov.cn" , bjtjUrl: "/static/sybjtj.json" , aiReadingAk : "6vjGx1kUuKLV3x5WJNLz4adVuED7jZQ2" //ai辅助阅读ak , isOpenTrack : true //是否打开埋点工作(开启用户行为分析埋点工作) ,visitHost:"www.fujian.gov.cn" //流量域名地址,避免后续有变更 //,jt_set:"2022/09/29 00:00:00-2022/10/25 23:59:59" //静态日期段 zhxr ,jt_set:"2024/5/24 00:00:00-2024/5/25 06:00:00" //静态日期段 zhxr ,jt_hour:"0-6" //静态时间段 zhxr ,mapkey:"3aca6a1cc1bcd522e28842a31ae132c3" }; avalon.filters.repHtml = function(str){ return str.replace(/]*>/img,'') } //加载外部css文件zhxr,增补动态加载js,由type控制 function dynamicLoadCss(url,type) { if(typeof type =="undefined"){ var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.type='text/css'; link.rel = 'stylesheet'; link.href = url; head.appendChild(link); }else{ var script = document.createElement ("script") script.type = "text/javascript"; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } } require(["jquery","tools"], function (jquery,tools) { var dblogin = avalon.define({ $id: "Login", isLogin: false, //判断是否登录 username: '',usertype:'', isfav: false, //判断是否收藏,默认未收藏 uext:false,uext2:'',uext3:'', addFav: function (title, url) { //收藏 if (!dblogin.isLogin) { var mymessage = confirm("请先进行登录!"); if (mymessage == true) { //点击确定,跳转登录页 window.location.href = "/suc/login/login?redirtUrl=http://" + encodeURI( encodeURI(window.location.host) ) + "/suc/login/noseLogin?redirtUrl=" + encodeURI( encodeURI(window.location.href) ); } else if (mymessage == false) { } } if (!dblogin.isfav && dblogin.isLogin) { jquery.ajax({ url: "/suc/apis/collect", dataType: "json", type: "post", data: { title: PageInfo.title, url: window.location.href, random: Math.random() }, //jsonpCallback:"jsonpCallback", success: function (data) { //avalon.log(data); if (!data.error) { alert("收藏成功!") dblogin.isfav = true; eventInfoTrack("文章","收藏文章") } }, error: function (data) { avalon.log("请求失败!"); } }); } }, canceladdFav: function () { //取消收藏 var mymessage = confirm("确定是否要取消收藏?"); if (mymessage == true) { //点击确定,取消收藏 jquery.ajax({ url: "/suc/apis/canceCollect", dataType: "json", type: "post", data: { url: window.location.href, random: Math.random() }, //jsonpCallback:"jsonpCallback", success: function (data) { //avalon.log(data); if (!data.error) { alert("取消收藏成功!") dblogin.isfav = false; eventInfoTrack("文章","取消收藏文章") } }, error: function (data) { avalon.log("请求失败!"); } }); } else if (mymessage == false) { } } }); setTimeout(function () { var cspucToken = jquery.cookie("cspucToken"); if (cspucToken) { setTimeout(function () { jquery.ajax({ url: "/suc/login/isLogin", dataType: "json", type: "get", //jsonpCallback:"jsonpCallback", success: function (data) { if (data.data) { //登录 dblogin.isLogin = true; dblogin.username = data.data.user_account; dblogin.usertype = data.data.user_type; dblogin.user = data.user; jquery(".wmbss_login").css("display","none"); var _tempUserInfoJson = atob(data.user); var _tempUserInfoObj = JSON.parse(_tempUserInfoJson); if(_tempUserInfoObj.user_type == "1"){ var _tempSex = _tempUserInfoObj.population_sex==1 ? "男" : "女"; userInfoTrack(_tempUserInfoObj.user_id,_tempUserInfoObj.population_age,_tempUserInfoObj.population_birthday,_tempSex); } } else { dblogin.isLogin = false; jquery(".wmbss_login").css("display","block"); } }, error: function (data) { avalon.log("请求失败!"); } }); }, 1000); setTimeout(function () { //判断是否收藏 if (!dblogin.isLogin) { //avalon.log("未登录状态") } else { //avalon.log("登录状态") jquery.ajax({ url: "/suc/apis/isConllect", dataType: "json", type: "post", data: { url: window.location.href, random: Math.random() }, success: function (data) { //avalon.log(data); if (data.isConllect) { //已收藏 dblogin.isfav = true; } }, error: function (data) { avalon.log("请求失败!"); } }); } }, 3000); } else{ jquery(".wmbss_login").css("display","block"); } }, 2000); //闽政通登录判断 var u = navigator.userAgent; var idx = u.indexOf("mzt/"); if (idx!= -1) { //alert("在闽政通里"); //闽政通app获取用户数据 getUserInfos(); $(".tuichu").hide() } else { var mzt_html = ""; $("#mzt_iframe").html(mzt_html); //alert("不在闽政通里"); } function getUserInfos(){ app.page.onLoad=function(){ app.link.getLoginInfo(function(result){ //app.alert(result) setUserInfos(result); }); } } function setUserInfos(result){ var _time = new Date().getTime(); $.ajax({ type : "POST",//请求方式 dataType : "json",//请求的媒体类型 url : "/suc/login/mztapplogin? _time="+ _time,//请求地址 data : {mazappMap:JSON.stringify(result)},//数据,json字符串JSON.stringify() //请求成功 success : function(result) { dblogin.isLogin = true; }, //请求失败,包含具体的错误信息 error : function(e){ // console.log(e.status); // console.log(e.responseText); } }); } //底部链接导航 $('.xzk_2021>ul>li').click(function(){ if ($(this).hasClass('on')) { return } else { $(this).addClass('on').siblings().removeClass('on'); $(this).siblings().children('.mark_2021').slideUp() $(this).children('.mark_2021').slideDown(); } return false; //阻止冒泡 }) $(document).click(function(){ $('.mark_2021').slideUp() $('.xzk_2021>ul>li').removeClass('on'); }) if(avalon.vmodels.windowRoot.Statics.all){ //繁体版 $('#ftb').hide(); //评论纠错 if($(".xl_con .xl_con4 p").last().text().indexOf("纠错")>-1){ $(".xl_con .xl_con4 p").last().hide(); } //概览检索框 $(".con_bg .gl_tit3 .gl_tit3_r input[value='搜索'] ").click(function () { alert("系统正在升级,为此对您造成的不便敬请谅解!") return false; //阻止冒泡 }); } //获取当前时间 /** 删 var static = avalon.define({ $id: "Static", //list: [], error: "", showStatic: 1//1读取接口数据,2静态数据 ,showStaticMail: false }) //$.ajax({ // url: "/itp/interface/poll/search.action?chnlIds=943&order=-endTime&page.pagesize=7", // type: "get", // dataType: "json", // success: function (d) { // static.showStatic = 1; // }, // error: function (e) { // avalon.log("互动系统已关闭,页面展示静态数据。") // static.showStatic = 2; // } //}) var hours = new Date().getHours(); if( Number(hours)>=0 && Number(hours) time2){ return true; }else{ return false } } //领导活动归档样式 function isGdLdhd(){ var docreltime = $(".xl_tit6_l span").eq(1).text().slice(0,10) ; var GdImgTag = ''; if(window.location.href.indexOf("/szf/hd/") > -1 && compareTime("2020-04-12",docreltime) ){ dynamicLoadCss("/images/20210429-qzbxl.css") $(".xl_tit4").append(GdImgTag); } } isGdLdhd(); }) // 无障碍tab无缝切换 function tabWza(id, className, hdClassName) { var $hdLi = $(id).find(hdClassName || '.hd li') className = className || '.bd .wza-list' var $bdList = $(id).find(className) if($bdList.length != $hdLi.length) return; $hdLi.each(function(index) { var $a = $(this).find('a:eq(0)') if($a.length > 0) { $a.focus(function(e) { e = $(this).mouseover() $(this).bind('keydown.wza_tab', function(e) { if(!e.ctrlKey && !e.altKey && e.keyCode === 9) { var $curList = $bdList.eq(index) console.log($curList.find('a').length) if($curList.find('a').length 0) $firstId.focus() return false; } }) }) $bindId.blur(function() { $(this).unbind('keydown.wza_tab') }) if(typeof callback != 'function') return $lastId.focus(function(e) { e = $(this).mouseover() $(this).bind('keydown.wza_tab_leave', function(e) { if(!e.ctrlKey && !e.altKey && e.keyCode === 9) { callback() return false } }) }) $lastId.blur(function() { $(this).unbind('keydown.wza_tab_leave') }) } function tabWza3($bindId, $nextId, eventModel) { eventModel = eventModel || 'wza_tab_leave' eventModel = 'keydown.' + eventModel $bindId.focus(function(e) { e = $(this).mouseover() $(this).bind('keydown.wza_tab_leave', function(e) { if(!e.ctrlKey && !e.altKey && e.keyCode === 9) { $nextId.focus() return false } }) }) $bindId.blur(function() { $(this).unbind('keydown.wza_tab_leave') }) } // 无障碍tab切换 var PageInfo = { docid : '5822343', chnlid : '21409', siteid : '51', title : "一图读懂2022年福建省政府工作报告", chnlname : "政府工作报告", sitename : "省政府" } // 浏览统计begin var gkmlId = "22053"; var gkmlName = "省政府文件"; var gkmlUrl = "http://www.fujian.gov.cn/zwgk/zfxxgk/szfwj/"; var chnlUrl = "http://www.fujian.gov.cn/szf/gzbg/zfgzbg/"; if( chnlUrl.indexOf( gkmlUrl) ==0 ){ PageInfo.chnlid = gkmlId ; //强制设置为公开目录的编号 PageInfo.chnlname = gkmlName ; } // 浏览统计end if( "一图读懂2022年福建省政府工作报告" == "" ){ PageInfo.title = "一图读懂2022年福建省政府工作报告"; } if( PageInfo.title == "" ){ PageInfo.title = PageInfo.chnlname; } if( PageInfo.title == "" ){ PageInfo.title = PageInfo.sitename; } require(["pageview"],function( objModel ){ if( window.location.href.indexOf("/preview")==-1){ var pageview = objModel( PageInfo ); pageview.view( PageInfo , function(d){ if( !d.error ){ avalon.vmodels.windowRoot.pvCount = d.pvt ; avalon.vmodels.windowRoot.siteCount = d.pvst ; } }); } }) /**适老版***/ //定义 function slide(flag) { } //初始化superslider的方法 function initSlider() { } /** 适老版***/ $(".share").mouseover(function(){ $(this).children('.share_con').show(); }) $(".share").mouseleave(function(){ $(this).children('.share_con').hide(); }) var d_share = { config:{ title: document.title // ,desc :(typeof document.getElementsByTagName('meta').Desctiption!= 'undefined')?document.getElementsByTagName('meta').Description.content:"" ,url :window.location.href ,site:window.location.host ,pic: (typeof document.getElementsByTagName('meta').Image!= 'undefined')?document.getElementsByTagName('meta').Image.content:"" ,uid:"" ,tsina:"http://service.weibo.com/share/share.php?url=" ,qzone:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=" ,qq:'http://connect.qq.com/widget/shareqq/index.html?url=' ,douban:'http://shuo.douban.com/!service/share?href=' } ,weixin:function(){ $(".wx_dialog").remove(); var Wx_dialog = '分享到微信×<div
Archived Raw HTML