00c8022.js 5.4 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[95,32,43],{521:function(t,e,n){"use strict";var r=n(2),o=n(26),l=n(10),c=n(6),path=n(317),d=n(4),f=n(117),m=n(13),h=n(215),v=n(60),_=n(116),y=n(316),N=n(3),w=n(97).f,S=n(61).f,I=n(27).f,C=n(522),E=n(318).trim,L="Number",x=c[L],P=path[L],z=x.prototype,$=c.TypeError,k=d("".slice),O=d("".charCodeAt),T=function(t){var e,n,r,o,l,c,d,code,f=y(t,"number");if(_(f))throw new $("Cannot convert a Symbol value to a number");if("string"==typeof f&&f.length>2)if(f=E(f),43===(e=O(f,0))||45===e){if(88===(n=O(f,2))||120===n)return NaN}else if(48===e){switch(O(f,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+f}for(c=(l=k(f,2)).length,d=0;d<c;d++)if((code=O(l,d))<48||code>o)return NaN;return parseInt(l,r)}return+f},A=f(L,!x(" 0o1")||!x("0b1")||x("+0x1")),F=function(t){var e,n=arguments.length<1?0:x(function(t){var e=y(t,"number");return"bigint"==typeof e?e:T(e)}(t));return v(z,e=this)&&N((function(){C(e)}))?h(Object(n),this,F):n};F.prototype=z,A&&!o&&(z.constructor=F),r({global:!0,constructor:!0,wrap:!0,forced:A},{Number:F});var Q=function(t,source){for(var e,n=l?w(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)&&I(t,e,S(source,e))};o&&P&&Q(path[L],P),(A||o)&&Q(path[L],x)},522:function(t,e,n){"use strict";var r=n(4);t.exports=r(1..valueOf)},524:function(t,e,n){t.exports={}},529:function(t,e,n){"use strict";n(524)},532:function(t,e,n){"use strict";n.r(e);n(521);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(529),n(22)),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},682:function(t,e,n){t.exports={}},799:function(t,e,n){"use strict";n(682)},857:function(t,e,n){"use strict";n.r(e);var r=n(11),o=(n(12),n(17),n(32),n(53),{data:function(){return{total:0,listQuery:{page:1,limit:12},videoList:[],listLoading:!0}},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.getList();case 2:case"end":return e.stop()}}),e)})))()},methods:{getList:function(){var t=this;this.$axios.post("/resources/video/list",{state:"au",page:this.listQuery.page,limit:this.listQuery.limit}).then((function(e){1==e.code&&(e.result.data.forEach((function(e){e.url=t.$mediaRegExp.test(e.url)?e.url:t.$OSS_PREFIX+e.url})),t.videoList=e.result.data,t.total=e.result.total,t.listLoading=!1),t.$nextTick((function(){window.scroll(0,0)}))})).catch((function(){t.listLoading=!1,t.videoList=[]}))}}}),l=(n(799),n(22)),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("Videos")])],1),t._v(" "),e("p",{staticClass:"title"},[t._v("Videos")]),t._v(" "),e("div",{staticClass:"line"}),t._v(" "),e("ul",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticClass:"item"},t._l(t.videoList,(function(n){return e("li",{key:n.id},[e("div",{staticClass:"item-content"},[e("video",{staticClass:"video-js",attrs:{id:"my-player",width:"330",height:"186",controls:"controls",onMouseOver:"this.play()",onMouseOut:"this.pause()",muted:""},domProps:{muted:!0}},[e("source",{attrs:{src:n.url}})])]),t._v(" "),e("p",{staticClass:"item-title"},[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.getList}}),t._v(" "),t.videoList.length?t._e():e("div",[e("el-empty",{attrs:{description:"No Data"}})],1)],1)}),[],!1,null,"52752814",null);e.default=component.exports;installComponents(component,{Pagination:n(532).default})}}]);
  2. //# sourceMappingURL=00c8022.js.map