739eff2.js 5.9 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[69,30],{535:function(t,e,n){"use strict";var r=n(2),o=n(27),l=n(10),c=n(5),path=n(320),f=n(4),d=n(119),m=n(13),h=n(217),v=n(58),w=n(118),_=n(319),I=n(3),y=n(96).f,N=n(59).f,S=n(28).f,C=n(536),k=n(321).trim,x="Number",E=c[x],L=path[x],$=E.prototype,z=c.TypeError,P=f("".slice),T=f("".charCodeAt),A=function(t){var e,n,r,o,l,c,f,code,d=_(t,"number");if(w(d))throw new z("Cannot convert a Symbol value to a number");if("string"==typeof d&&d.length>2)if(d=k(d),43===(e=T(d,0))||45===e){if(88===(n=T(d,2))||120===n)return NaN}else if(48===e){switch(T(d,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+d}for(c=(l=P(d,2)).length,f=0;f<c;f++)if((code=T(l,f))<48||code>o)return NaN;return parseInt(l,r)}return+d},O=d(x,!E(" 0o1")||!E("0b1")||E("+0x1")),F=function(t){var e,n=arguments.length<1?0:E(function(t){var e=_(t,"number");return"bigint"==typeof e?e:A(e)}(t));return v($,e=this)&&I((function(){C(e)}))?h(Object(n),this,F):n};F.prototype=$,O&&!o&&($.constructor=F),r({global:!0,constructor:!0,wrap:!0,forced:O},{Number:F});var Q=function(t,source){for(var e,n=l?y(source):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;n.length>r;r++)m(source,e=n[r])&&!m(t,e)&&S(t,e,N(source,e))};o&&L&&Q(path[x],L),(O||o)&&Q(path[x],E)},536:function(t,e,n){"use strict";var r=n(4);t.exports=r(1..valueOf)},539:function(t,e,n){"use strict";var r=n(2),o=n(540);r({target:"String",proto:!0,forced:n(541)("link")},{link:function(t){return o(this,"a","href",t)}})},540:function(t,e,n){"use strict";var r=n(4),o=n(29),l=n(14),c=/"/g,f=r("".replace);t.exports=function(t,e,n,r){var d=l(o(t)),m="<"+e;return""!==n&&(m+=" "+n+'="'+f(l(r),c,"&quot;")+'"'),m+">"+d+"</"+e+">"}},541:function(t,e,n){"use strict";var r=n(3);t.exports=function(t){return r((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},544:function(t,e,n){t.exports={}},552:function(t,e,n){"use strict";n(544)},557:function(t,e,n){"use strict";n.r(e);n(535);var r={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:0},limit:{type:Number,default:10},layout:{type:String,default:"prev, pager, next"},background:{type:Boolean,default:!0},autoScroll:{type:Boolean,default:!0},hidden:{type:Boolean,default:!1}},computed:{currentPage:{get:function(){return this.page},set:function(t){this.$emit("update:page",t)}},pageSize:{get:function(){return this.limit},set:function(t){this.$emit("update:limit",t)}}},methods:{handleSizeChange:function(t){this.$emit("pagination",{page:this.currentPage,limit:t}),this.autoScroll&&scrollTo(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&scrollTo(0,800)}}},o=(n(552),n(21)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[t._t("slot"),t._v(" "),e("el-pagination",t._b({attrs:{background:t.background,"current-page":t.currentPage,"page-size":t.pageSize,layout:t.layout,total:t.total},on:{"update:currentPage":function(e){t.currentPage=e},"update:current-page":function(e){t.currentPage=e},"update:pageSize":function(e){t.pageSize=e},"update:page-size":function(e){t.pageSize=e},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}},"el-pagination",t.$attrs,!1))],2)}),[],!1,null,"044ef958",null);e.default=component.exports},652:function(t,e,n){t.exports={}},754:function(t,e,n){"use strict";n(652)},808:function(t,e,n){"use strict";n.r(e);var r=n(12),o=(n(11),n(22),n(326),n(323),n(539),n(36),n(62),{data:function(){return{total:0,listQuery:{page:1,limit:20},downLoadInfo:[]}},created:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.getInfoList();case 2:case"end":return e.stop()}}),e)})))()},methods:{getInfoList:function(){var t=this;this.$axios.get("/uk-api/others/download/list",{page:this.listQuery.page,limit:this.listQuery.limit}).then((function(e){1==e.code&&(t.total=e.result.total,t.downLoadInfo=e.result.data,t.downLoadInfo.forEach((function(e){e.image=t.$mediaRegExp.test(e.image)?e.image:t.$OSS_PREFIX+e.image}))),t.$nextTick((function(){window.scroll(0,0)}))}))},download:function(t){var e=t.file;if(e)if(e.endsWith(".csv")){var n=e.match("[^/]+(?!.*/)")[0];this.$utils.downloadBlob(e,decodeURIComponent(n))}else e.endsWith(".xlsx")?window.open(e,"_self"):window.open(e,"_blank");else t.link&&window.open(t.link,"_blank")}}}),l=(n(754),n(21)),component=Object(l.a)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"com-main com-width-1400 com-margin-auto"},[e("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[e("el-breadcrumb-item",{attrs:{to:{path:"/"}}},[t._v("Home")]),t._v(" "),e("el-breadcrumb-item",[t._v("Download Center")])],1),t._v(" "),e("p",{staticClass:"title"},[t._v("Download Center")]),t._v(" "),e("div",{staticClass:"line"}),t._v(" "),e("ul",{staticClass:"item"},t._l(t.downLoadInfo,(function(n){return e("li",{key:n.id,on:{click:function(e){return t.download(n)}}},[e("div",{staticClass:"item-content"},[e("img",{attrs:{src:n.image,alt:""}})]),t._v(" "),e("p",[t._v(t._s(n.title))])])})),0),t._v(" "),e("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total > 0"}],attrs:{total:t.total,page:t.listQuery.page,limit:t.listQuery.limit},on:{"update:page":function(e){return t.$set(t.listQuery,"page",e)},"update:limit":function(e){return t.$set(t.listQuery,"limit",e)},pagination:t.getInfoList}}),t._v(" "),t.downLoadInfo.length?t._e():e("div",[e("el-empty",{attrs:{description:"No Data"}})],1)],1)}),[],!1,null,"39ca2823",null);e.default=component.exports;installComponents(component,{Pagination:n(557).default})}}]);
  2. //# sourceMappingURL=739eff2.js.map