Commit 8690bfad by Administrator

first commit

parent ac875418
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>后台管理系统</title><link rel="shortcut icon" href=/zbht/logo.ico><link href=/zbht/static/css/main.90b05eaddac9f6f14877288e747716da.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/zbht/static/js/manifest.11d14c393bcd7103308e.js></script><script type=text/javascript src=/zbht/static/js/vendor.145d852af3ba5edc18a9.js></script><script type=text/javascript src=/zbht/static/js/main.ebcb02a0928114c37049.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>后台管理系统</title><link rel="shortcut icon" href=/zbht/logo.ico><link href=/zbht/static/css/main.90b05eaddac9f6f14877288e747716da.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/zbht/static/js/manifest.bd89424c71d243509cd0.js></script><script type=text/javascript src=/zbht/static/js/vendor.145d852af3ba5edc18a9.js></script><script type=text/javascript src=/zbht/static/js/main.69798534c8fb08f9e64e.js></script></body></html>
\ No newline at end of file \ No newline at end of file
webpackJsonp([22],{"24Gf":function(t,e,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.table[data-v-e266f490]{\n width: 100%;\n}\n.table tr td[data-v-e266f490]{\n text-align: center;\n line-height: 30px;\n}\n",""])},Awpy:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"info-table"},[a("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[a("div",{staticClass:"fs-18 fw-600"},[t._v("运营管理")]),t._v(" "),a("div",{staticClass:"fx align-items"},[t._v("\n 日期:\n "),a("el-date-picker",{attrs:{type:"date",size:"small",placeholder:"选择日期时间"},model:{value:t.statisticsDate,callback:function(e){t.statisticsDate=e},expression:"statisticsDate"}}),t._v(" "),a("el-button",{staticStyle:{"margin-left":"10px"},attrs:{type:"primary",size:"small"},on:{click:function(e){return t.getInfo()}}},[t._v("查询")])],1)]),t._v(" "),a("table",{staticClass:"table"},[t._m(0),t._v(" "),a("tr",[a("td",[t._v(t._s(t.tableData.registerAndroidSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerH5Sum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerIosSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.retentionOneDay))]),t._v(" "),a("td",[t._v(t._s(t.tableData.retentionThreeDay))]),t._v(" "),a("td",[t._v(t._s(t.tableData.toDayActive))])])])])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",[t._v("Android注册人数")]),t._v(" "),a("td",[t._v("H5注册人数")]),t._v(" "),a("td",[t._v("IOS注册人数")]),t._v(" "),a("td",[t._v("总注册人数")]),t._v(" "),a("td",[t._v("次留")]),t._v(" "),a("td",[t._v("三留")]),t._v(" "),a("td",[t._v("活跃人数")])])}]};var i=a("VU/8")({name:"index",data:function(){return{tableData:[],statisticsDate:""}},mounted:function(){this.getInfo()},methods:{getInfo:function(){var t=this,e="";""!==this.statisticsDate&&(e=this.fromDate(this.statisticsDate));var a={statisticsDate:e};this.$axios("post","/V1/statistics/getStatistics",a).then(function(e){200===e.code&&(t.tableData=e.data)})},fromDate:function(t){var e=t.getFullYear(),a=t.getMonth()+1;a=a<10?"0"+a:a;var s=t.getDate();return e+"-"+a+"-"+(s=s<10?"0"+s:s)}}},s,!1,function(t){a("rO6N")},"data-v-e266f490",null);e.default=i.exports},rO6N:function(t,e,a){var s=a("24Gf");"string"==typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);a("rjj0")("76320196",s,!0,{})}});
\ No newline at end of file
webpackJsonp([22],{"/1AV":function(e,n,i){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var t=[{id:"1",name:"北京1"},{id:"2",name:"北京2"},{id:"3",name:"北京3"},{id:"4",name:"北京4"},{id:"5",name:"北京5"},{id:"6",name:"北京6"}],c={data:function(){return{checkAll:!1,checkedCities:[],cities:t,isIndeterminate:!0}},methods:{handleCheckAllChange:function(e){this.checkedCities=e?t:[],this.isIndeterminate=!1},handleCheckedCitiesChange:function(e){var n=e.length;this.checkAll=n===this.cities.length,this.isIndeterminate=n>0&&n<this.cities.length}}},a={render:function(){var e=this,n=e.$createElement,i=e._self._c||n;return i("div",[e._v("\n "+e._s(e.checkedCities)+"\n "),i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleCheckAllChange},model:{value:e.checkAll,callback:function(n){e.checkAll=n},expression:"checkAll"}},[e._v("全选")]),e._v(" "),i("div",{staticStyle:{margin:"15px 0"}}),e._v(" "),i("el-checkbox-group",{on:{change:e.handleCheckedCitiesChange},model:{value:e.checkedCities,callback:function(n){e.checkedCities=n},expression:"checkedCities"}},e._l(e.cities,function(n,t){return i("el-checkbox",{key:t,attrs:{label:n}},[e._v(e._s(n.name))])}),1)],1)},staticRenderFns:[]};var l=i("VU/8")(c,a,!1,function(e){i("KXK0")},"data-v-dbd9ee60",null);n.default=l.exports},KXK0:function(e,n,i){var t=i("Q3pA");"string"==typeof t&&(t=[[e.i,t,""]]),t.locals&&(e.exports=t.locals);i("rjj0")("03530b2f",t,!0,{})},Q3pA:function(e,n,i){(e.exports=i("FZ+f")(!1)).push([e.i,"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",""])}}); webpackJsonp([23],{"/1AV":function(e,n,i){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var t=[{id:"1",name:"北京1"},{id:"2",name:"北京2"},{id:"3",name:"北京3"},{id:"4",name:"北京4"},{id:"5",name:"北京5"},{id:"6",name:"北京6"}],c={data:function(){return{checkAll:!1,checkedCities:[],cities:t,isIndeterminate:!0}},methods:{handleCheckAllChange:function(e){this.checkedCities=e?t:[],this.isIndeterminate=!1},handleCheckedCitiesChange:function(e){var n=e.length;this.checkAll=n===this.cities.length,this.isIndeterminate=n>0&&n<this.cities.length}}},a={render:function(){var e=this,n=e.$createElement,i=e._self._c||n;return i("div",[e._v("\n "+e._s(e.checkedCities)+"\n "),i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleCheckAllChange},model:{value:e.checkAll,callback:function(n){e.checkAll=n},expression:"checkAll"}},[e._v("全选")]),e._v(" "),i("div",{staticStyle:{margin:"15px 0"}}),e._v(" "),i("el-checkbox-group",{on:{change:e.handleCheckedCitiesChange},model:{value:e.checkedCities,callback:function(n){e.checkedCities=n},expression:"checkedCities"}},e._l(e.cities,function(n,t){return i("el-checkbox",{key:t,attrs:{label:n}},[e._v(e._s(n.name))])}),1)],1)},staticRenderFns:[]};var l=i("VU/8")(c,a,!1,function(e){i("KXK0")},"data-v-dbd9ee60",null);n.default=l.exports},KXK0:function(e,n,i){var t=i("Q3pA");"string"==typeof t&&(t=[[e.i,t,""]]),t.locals&&(e.exports=t.locals);i("rjj0")("03530b2f",t,!0,{})},Q3pA:function(e,n,i){(e.exports=i("FZ+f")(!1)).push([e.i,"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",""])}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([24],{Awpy:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"info-table"},[a("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[a("div",{staticClass:"fs-18 fw-600"},[t._v("运营管理")]),t._v(" "),a("div",{staticClass:"fx align-items"},[t._v("\n 日期:\n "),a("el-date-picker",{attrs:{type:"date",size:"small",placeholder:"选择日期时间"},model:{value:t.statisticsDate,callback:function(e){t.statisticsDate=e},expression:"statisticsDate"}}),t._v(" "),a("el-button",{staticStyle:{"margin-left":"10px"},attrs:{type:"primary",size:"small"},on:{click:function(e){return t.getInfo()}}},[t._v("查询")])],1)]),t._v(" "),a("table",{staticClass:"table"},[t._m(0),t._v(" "),a("tr",[a("td",[t._v(t._s(t.tableData.registerAndroidSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerH5Sum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerIosSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.registerSum))]),t._v(" "),a("td",[t._v(t._s(t.tableData.retentionOneDay))]),t._v(" "),a("td",[t._v(t._s(t.tableData.retentionThreeDay))]),t._v(" "),a("td",[t._v(t._s(t.tableData.toDayActive))])])])])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",[t._v("Android注册人数")]),t._v(" "),a("td",[t._v("H5注册人数")]),t._v(" "),a("td",[t._v("IOS注册人数")]),t._v(" "),a("td",[t._v("总注册人数")]),t._v(" "),a("td",[t._v("次留")]),t._v(" "),a("td",[t._v("三留")]),t._v(" "),a("td",[t._v("活跃人数")])])}]};var i=a("VU/8")({name:"index",data:function(){return{tableData:[],statisticsDate:""}},mounted:function(){this.getInfo()},methods:{getInfo:function(){var t=this,e="";""!==e&&(e=this.fromDate(this.statisticsDate));var a={statisticsDate:e};this.$axios("post","/V1/statistics/getStatistics",a).then(function(e){200===e.code&&(t.tableData=e.data)})},fromDate:function(t){var e=t.getFullYear(),a=t.getMonth()+1;a=a<10?"0"+a:a;var s=t.getDate();s=s<10?"0"+s:s;var i=t.getHours();i=i<10?"0"+i:i;var n=t.getMinutes();n=n<10?"0"+n:n;var r=t.getSeconds();return e+"-"+a+"-"+s+" "+i+":"+n+":"+(r=r<10?"0"+r:r)}}},s,!1,function(t){a("ROU0")},"data-v-6bb3ce85",null);e.default=i.exports},B2K0:function(t,e,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.table[data-v-6bb3ce85]{\n width: 100%;\n}\n.table tr td[data-v-6bb3ce85]{\n text-align: center;\n line-height: 30px;\n}\n",""])},ROU0:function(t,e,a){var s=a("B2K0");"string"==typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);a("rjj0")("7d5d5de0",s,!0,{})}});
\ No newline at end of file
webpackJsonp([23],{Hjp6:function(e,t,a){var l=a("l4/H");"string"==typeof l&&(l=[[e.i,l,""]]),l.locals&&(e.exports=l.locals);a("rjj0")("6cbc6892",l,!0,{})},aPai:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l={name:"index",data:function(){return{currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},anchorName:"",time:"",roomName:"",sourceType:"",sportsId:"",tableData:[]}},mounted:function(){this.getInfo()},methods:{getInfo:function(){var e=this,t="",a="";this.time?(t=this.time[1],a=this.time[0]):(t="",a="");var l={anchorName:this.anchorName,endTime:t,startTime:a,pageNum:this.ps.pageNo,pageSize:this.ps.pageSize,roomName:this.roomName,sourceType:this.sourceType,sportsId:this.sportsId};this.$axios("post","/V1/record/getRoomHostRecordList",l).then(function(t){200===t.code&&(e.tableData=t.data.dataList,e.currents.currentTotal=t.data.countSize)})},handleCurrentChange:function(e){this.ps.pageNo=e,this.getInfo()},refresh:function(){this.buyStatus="",this.buyTime="",this.getInfo()},fromDate:function(e){var t=new Date(e);return t.getFullYear()+"-"+(t.getMonth()+1)+"-"+t.getDate()+" "+t.getHours()+":"+t.getMinutes()+":"+t.getSeconds()}}},s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"info-table"},[a("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[a("div",{staticClass:"fs-18 fw-600"},[e._v("主播开播记录")]),e._v(" "),a("div",{staticClass:"fx align-items"},[a("div",[e._v("开播时间:")]),e._v(" "),a("div",[a("el-date-picker",{attrs:{type:"datetimerange",size:"small","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:e.time,callback:function(t){e.time=t},expression:"time"}})],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("主播名称:")]),e._v(" "),a("div",[a("el-input",{attrs:{placeholder:"主播名称",size:"small"},model:{value:e.anchorName,callback:function(t){e.anchorName=t},expression:"anchorName"}})],1)])]),e._v(" "),a("div",{staticClass:"mr-10 fx align-items fx-end"},[a("div",[e._v("房间名:")]),e._v(" "),a("div",[a("el-input",{attrs:{placeholder:"房间名",size:"small"},model:{value:e.roomName,callback:function(t){e.roomName=t},expression:"roomName"}})],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("直播类型:")]),e._v(" "),a("div",{staticStyle:{width:"100px"}},[a("el-select",{attrs:{size:"small"},model:{value:e.sourceType,callback:function(t){e.sourceType=t},expression:"sourceType"}},[a("el-option",{attrs:{value:"0",label:"直播"}}),e._v(" "),a("el-option",{attrs:{value:"1",label:"卫星"}})],1)],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("赛事类型:")]),e._v(" "),a("div",{staticClass:"mr-10",staticStyle:{width:"100px"}},[a("el-select",{attrs:{size:"small"},model:{value:e.sportsId,callback:function(t){e.sportsId=t},expression:"sportsId"}},[a("el-option",{attrs:{value:"0",label:"足球"}}),e._v(" "),a("el-option",{attrs:{value:"1",label:"篮球"}}),e._v(" "),a("el-option",{attrs:{value:"2",label:"其他"}})],1)],1),e._v(" "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.getInfo(1)}}},[e._v("查询")])],1),e._v(" "),a("el-table",{staticStyle:{width:"100%","margin-top":"10px"},attrs:{data:e.tableData,"header-cell-class-name":"bg-f5"}},[a("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"50"}}),e._v(" "),a("el-table-column",{attrs:{prop:"hostUserId",label:"主播ID",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"userName",label:"主播昵称",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"roomName",label:"房间名称",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"matchTime",label:"比赛时间",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{label:"开播时间",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.startTime))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"下播时间",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.endTime))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"liveTime",label:"直播时长",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"userAccessNum",label:"直播间用户量",align:"center"}})],1),e._v(" "),a("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":e.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:e.currents.currentTotal},on:{"current-change":e.handleCurrentChange}})],1)},staticRenderFns:[]};var n=a("VU/8")(l,s,!1,function(e){a("Hjp6")},"data-v-766bd4bc",null);t.default=n.exports},"l4/H":function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,"\n.w-100[data-v-766bd4bc]{\n width: 100px;\n}\n.w-150[data-v-766bd4bc]{\n width: 150px;\n}\n.w-185[data-v-766bd4bc]{\n width: 185px;\n}\n",""])}}); webpackJsonp([24],{Hjp6:function(e,t,a){var l=a("l4/H");"string"==typeof l&&(l=[[e.i,l,""]]),l.locals&&(e.exports=l.locals);a("rjj0")("6cbc6892",l,!0,{})},aPai:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l={name:"index",data:function(){return{currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},anchorName:"",time:"",roomName:"",sourceType:"",sportsId:"",tableData:[]}},mounted:function(){this.getInfo()},methods:{getInfo:function(){var e=this,t="",a="";this.time?(t=this.time[1],a=this.time[0]):(t="",a="");var l={anchorName:this.anchorName,endTime:t,startTime:a,pageNum:this.ps.pageNo,pageSize:this.ps.pageSize,roomName:this.roomName,sourceType:this.sourceType,sportsId:this.sportsId};this.$axios("post","/V1/record/getRoomHostRecordList",l).then(function(t){200===t.code&&(e.tableData=t.data.dataList,e.currents.currentTotal=t.data.countSize)})},handleCurrentChange:function(e){this.ps.pageNo=e,this.getInfo()},refresh:function(){this.buyStatus="",this.buyTime="",this.getInfo()},fromDate:function(e){var t=new Date(e);return t.getFullYear()+"-"+(t.getMonth()+1)+"-"+t.getDate()+" "+t.getHours()+":"+t.getMinutes()+":"+t.getSeconds()}}},s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"info-table"},[a("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[a("div",{staticClass:"fs-18 fw-600"},[e._v("主播开播记录")]),e._v(" "),a("div",{staticClass:"fx align-items"},[a("div",[e._v("开播时间:")]),e._v(" "),a("div",[a("el-date-picker",{attrs:{type:"datetimerange",size:"small","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:e.time,callback:function(t){e.time=t},expression:"time"}})],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("主播名称:")]),e._v(" "),a("div",[a("el-input",{attrs:{placeholder:"主播名称",size:"small"},model:{value:e.anchorName,callback:function(t){e.anchorName=t},expression:"anchorName"}})],1)])]),e._v(" "),a("div",{staticClass:"mr-10 fx align-items fx-end"},[a("div",[e._v("房间名:")]),e._v(" "),a("div",[a("el-input",{attrs:{placeholder:"房间名",size:"small"},model:{value:e.roomName,callback:function(t){e.roomName=t},expression:"roomName"}})],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("直播类型:")]),e._v(" "),a("div",{staticStyle:{width:"100px"}},[a("el-select",{attrs:{size:"small"},model:{value:e.sourceType,callback:function(t){e.sourceType=t},expression:"sourceType"}},[a("el-option",{attrs:{value:"0",label:"直播"}}),e._v(" "),a("el-option",{attrs:{value:"1",label:"卫星"}})],1)],1),e._v(" "),a("div",{staticClass:"ml-10"},[e._v("赛事类型:")]),e._v(" "),a("div",{staticClass:"mr-10",staticStyle:{width:"100px"}},[a("el-select",{attrs:{size:"small"},model:{value:e.sportsId,callback:function(t){e.sportsId=t},expression:"sportsId"}},[a("el-option",{attrs:{value:"0",label:"足球"}}),e._v(" "),a("el-option",{attrs:{value:"1",label:"篮球"}}),e._v(" "),a("el-option",{attrs:{value:"2",label:"其他"}})],1)],1),e._v(" "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.getInfo(1)}}},[e._v("查询")])],1),e._v(" "),a("el-table",{staticStyle:{width:"100%","margin-top":"10px"},attrs:{data:e.tableData,"header-cell-class-name":"bg-f5"}},[a("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"50"}}),e._v(" "),a("el-table-column",{attrs:{prop:"hostUserId",label:"主播ID",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"userName",label:"主播昵称",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"roomName",label:"房间名称",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"matchTime",label:"比赛时间",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{label:"开播时间",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.startTime))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"下播时间",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.endTime))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"liveTime",label:"直播时长",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{prop:"userAccessNum",label:"直播间用户量",align:"center"}})],1),e._v(" "),a("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":e.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:e.currents.currentTotal},on:{"current-change":e.handleCurrentChange}})],1)},staticRenderFns:[]};var n=a("VU/8")(l,s,!1,function(e){a("Hjp6")},"data-v-766bd4bc",null);t.default=n.exports},"l4/H":function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,"\n.w-100[data-v-766bd4bc]{\n width: 100px;\n}\n.w-150[data-v-766bd4bc]{\n width: 150px;\n}\n.w-185[data-v-766bd4bc]{\n width: 185px;\n}\n",""])}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([30],{0:function(n,t,e){e("j1ja"),n.exports=e("NHnr")},NHnr:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o={};e.d(o,"userData",function(){return l});var a=e("7+uW"),i=e("/ocq");a.default.use(i.a);var u=i.a.prototype.push;i.a.prototype.push=function(n,t,e){return t||e?u.call(this,n,t,e):u.call(this,n).catch(function(n){return n})};var r=new i.a({routes:[{path:"/demo",name:"demo",component:function(){return e.e(22).then(e.bind(null,"/1AV"))}},{path:"/login",name:"login",component:function(){return e.e(13).then(e.bind(null,"jT7l"))}},{path:"/",name:"index",component:function(){return e.e(0).then(e.bind(null,"2NXm"))},children:[{path:"/home",name:"home",component:function(){return e.e(16).then(e.bind(null,"FP3a"))}},{path:"/userInfo",name:"userInfo",component:function(){return e.e(4).then(e.bind(null,"tMdk"))}},{path:"/moveDeatil",name:"moveDeatil",component:function(){return e.e(28).then(e.bind(null,"DOy1"))}},{path:"/matchInfo",name:"matchInfo",component:function(){return e.e(12).then(e.bind(null,"7d2R"))}},{path:"/startType",name:"startType",component:function(){return e.e(26).then(e.bind(null,"AxJC"))}},{path:"/payOrder",name:"payOrder",component:function(){return e.e(27).then(e.bind(null,"Ch1g"))}},{path:"/vip",name:"vip",component:function(){return e.e(3).then(e.bind(null,"rxtO"))}},{path:"/down",name:"down",component:function(){return e.e(19).then(e.bind(null,"XJpv"))}},{path:"/config",name:"config",component:function(){return e.e(8).then(e.bind(null,"9OZM"))}},{path:"/statistics",name:"statistics",component:function(){return e.e(11).then(e.bind(null,"cvct"))}},{path:"/operation",name:"operation",component:function(){return e.e(24).then(e.bind(null,"Awpy"))}},{path:"/winning",name:"winning",component:function(){return e.e(2).then(e.bind(null,"lLkJ"))}},{path:"/icon",name:"icon",component:function(){return e.e(20).then(e.bind(null,"t4RU"))}},{path:"/notice",name:"notice",component:function(){return e.e(21).then(e.bind(null,"BEmm"))}},{path:"/role",name:"role",component:function(){return e.e(14).then(e.bind(null,"bWCI"))}},{path:"/account",name:"account",component:function(){return e.e(17).then(e.bind(null,"FGjL"))}},{path:"/column",name:"column",component:function(){return e.e(5).then(e.bind(null,"/rKP"))}},{path:"/advertising",name:"advertising",component:function(){return e.e(18).then(e.bind(null,"PldI"))}},{path:"/exchange",name:"exchange",component:function(){return e.e(6).then(e.bind(null,"YR89"))}},{path:"/navigate",name:"navigate",component:function(){return e.e(10).then(e.bind(null,"rhRx"))}},{path:"/promote",name:"promote",component:function(){return e.e(7).then(e.bind(null,"NZ2L"))}},{path:"/robot",name:"robot",component:function(){return e.e(9).then(e.bind(null,"/0l5"))}},{path:"/financial",name:"financial",component:function(){return e.e(1).then(e.bind(null,"ADW+"))}},{path:"/liveInfo",name:"liveInfo",component:function(){return e.e(23).then(e.bind(null,"aPai"))}},{path:"/byGold",name:"byGold",component:function(){return e.e(25).then(e.bind(null,"frXD"))}},{path:"/label",name:"label",component:function(){return e.e(15).then(e.bind(null,"Qcz4"))}}]}]}),c=e("NYxO"),l={state:{tagList:[]},mutations:{setTagList:function(n,t){n.tagList=t}},getters:{getTagList:function(n){return n.tagList}}};a.default.use(c.a);var p=new c.a.Store({modules:o}),m={render:function(){var n=this.$createElement,t=this._self._c||n;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},staticRenderFns:[]};var h=e("VU/8")({name:"App",data:function(){return{}}},m,!1,function(n){e("POLz")},null,null).exports,f=(e("j1ja"),e("cPo0"),e("//Fk")),d=e.n(f),s=e("mtWM"),g=e.n(s),v=e("1nuA"),b=e.n(v),y=g.a.create({timeout:6e5});y.interceptors.request.use(function(n){return"get"!==n.method&&"post"!==n.method&&"put"!==n.method&&"delete"!==n.method&&"patch"!==n.method||"application/json"!==n.headers["Content-Type"]&&(n.data=b.a.stringify(n.data)),n},function(n){return d.a.reject(n)}),y.interceptors.response.use(function(n){return n},function(n){return"ECONNABORTED"===n.code&&-1!==n.message.indexOf("timeout")&&(alert("请求超时!请重新登陆"),r.push({name:"login"})),d.a.reject(n)});var x=y,w=e("YgNb"),k={install:function(n){var t=this;n.prototype.$axios=function(n,e,o,a){return t.axiosRequest(n,e,o,a)}},axiosRequest:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"post",t=arguments[1],e=arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.ax(n,t,e,o)},ax:function(n,t,e,o){var a=t;"get"===n&&(a+=e||"");var i={headers:w.a.get("token")?{token:w.a.get("token"),"Content-Type":"application/json"}:{"Content-Type":"application/json"}},u="/sequoiaBack"+a;return new d.a(function(t,o){x[n](u,e,i).then(function(n){var e=n.data;t(e),"10002"===e.code?r.push({name:"login"}):400===e.code&&alert(e.msg)}).catch(function(n){o(n)})})}},T=e("zL8q"),O=e.n(T);e("tvR6");a.default.use(k),a.default.use(O.a),a.default.config.productionTip=!1,a.default.prototype.$Platform=e("SJ63"),new a.default({router:r,store:p,el:"#app",render:function(n){return n(h)}})},POLz:function(n,t){},SJ63:function(n,t){n.exports={name:"tvShow",title:"TVSHOW",desc:"tvShow",nickname:"tvShow"}},YgNb:function(n,t,e){"use strict";e.d(t,"a",function(){return r});var o=e("Zrlr"),a=e.n(o),i=e("wxAW"),u=e.n(i),r=function(){function n(){a()(this,n)}return u()(n,null,[{key:"get",value:function(n){var t=void 0,e=void 0;return"string"==typeof n&&""!==n&&(e=String(document.cookie).match(new RegExp("(?:^| )"+n+"(?:(?:=([^;]*))|;|$)")))&&(t=e[1]?decodeURIComponent(e[1]):""),t}},{key:"set",value:function(n,t,e,o,a,i){var u=String(encodeURIComponent(t)),r=e;"number"==typeof r&&(r=new Date).setTime(r.getTime()+864e5*e),r instanceof Date&&(u+="; expires="+r.toUTCString()),"string"==typeof o&&""!==o&&(u+="; domain="+o),"string"==typeof a&&""!==a&&(u+="; path="+a),i&&(u+="; secure"),document.cookie=n+"="+u}},{key:"remove",value:function(n,t,e,o){this.set(n,"",-1,t,e,o)}},{key:"DATEDAY",get:function(){return 864e5}}]),n}()},cPo0:function(n,t){},tvR6:function(n,t){}},[0]); webpackJsonp([30],{0:function(n,t,e){e("j1ja"),n.exports=e("NHnr")},NHnr:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o={};e.d(o,"userData",function(){return l});var a=e("7+uW"),i=e("/ocq");a.default.use(i.a);var u=i.a.prototype.push;i.a.prototype.push=function(n,t,e){return t||e?u.call(this,n,t,e):u.call(this,n).catch(function(n){return n})};var r=new i.a({routes:[{path:"/demo",name:"demo",component:function(){return e.e(23).then(e.bind(null,"/1AV"))}},{path:"/login",name:"login",component:function(){return e.e(13).then(e.bind(null,"jT7l"))}},{path:"/",name:"index",component:function(){return e.e(0).then(e.bind(null,"2NXm"))},children:[{path:"/home",name:"home",component:function(){return e.e(16).then(e.bind(null,"FP3a"))}},{path:"/userInfo",name:"userInfo",component:function(){return e.e(4).then(e.bind(null,"tMdk"))}},{path:"/moveDeatil",name:"moveDeatil",component:function(){return e.e(28).then(e.bind(null,"DOy1"))}},{path:"/matchInfo",name:"matchInfo",component:function(){return e.e(12).then(e.bind(null,"7d2R"))}},{path:"/startType",name:"startType",component:function(){return e.e(26).then(e.bind(null,"AxJC"))}},{path:"/payOrder",name:"payOrder",component:function(){return e.e(27).then(e.bind(null,"Ch1g"))}},{path:"/vip",name:"vip",component:function(){return e.e(3).then(e.bind(null,"rxtO"))}},{path:"/down",name:"down",component:function(){return e.e(19).then(e.bind(null,"XJpv"))}},{path:"/config",name:"config",component:function(){return e.e(8).then(e.bind(null,"9OZM"))}},{path:"/statistics",name:"statistics",component:function(){return e.e(11).then(e.bind(null,"cvct"))}},{path:"/operation",name:"operation",component:function(){return e.e(22).then(e.bind(null,"Awpy"))}},{path:"/winning",name:"winning",component:function(){return e.e(2).then(e.bind(null,"lLkJ"))}},{path:"/icon",name:"icon",component:function(){return e.e(20).then(e.bind(null,"t4RU"))}},{path:"/notice",name:"notice",component:function(){return e.e(21).then(e.bind(null,"BEmm"))}},{path:"/role",name:"role",component:function(){return e.e(14).then(e.bind(null,"bWCI"))}},{path:"/account",name:"account",component:function(){return e.e(17).then(e.bind(null,"FGjL"))}},{path:"/column",name:"column",component:function(){return e.e(5).then(e.bind(null,"/rKP"))}},{path:"/advertising",name:"advertising",component:function(){return e.e(18).then(e.bind(null,"PldI"))}},{path:"/exchange",name:"exchange",component:function(){return e.e(6).then(e.bind(null,"YR89"))}},{path:"/navigate",name:"navigate",component:function(){return e.e(10).then(e.bind(null,"rhRx"))}},{path:"/promote",name:"promote",component:function(){return e.e(7).then(e.bind(null,"NZ2L"))}},{path:"/robot",name:"robot",component:function(){return e.e(9).then(e.bind(null,"/0l5"))}},{path:"/financial",name:"financial",component:function(){return e.e(1).then(e.bind(null,"ADW+"))}},{path:"/liveInfo",name:"liveInfo",component:function(){return e.e(24).then(e.bind(null,"aPai"))}},{path:"/byGold",name:"byGold",component:function(){return e.e(25).then(e.bind(null,"frXD"))}},{path:"/label",name:"label",component:function(){return e.e(15).then(e.bind(null,"Qcz4"))}}]}]}),c=e("NYxO"),l={state:{tagList:[]},mutations:{setTagList:function(n,t){n.tagList=t}},getters:{getTagList:function(n){return n.tagList}}};a.default.use(c.a);var p=new c.a.Store({modules:o}),m={render:function(){var n=this.$createElement,t=this._self._c||n;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},staticRenderFns:[]};var h=e("VU/8")({name:"App",data:function(){return{}}},m,!1,function(n){e("POLz")},null,null).exports,f=(e("j1ja"),e("cPo0"),e("//Fk")),d=e.n(f),s=e("mtWM"),g=e.n(s),v=e("1nuA"),b=e.n(v),y=g.a.create({timeout:6e5});y.interceptors.request.use(function(n){return"get"!==n.method&&"post"!==n.method&&"put"!==n.method&&"delete"!==n.method&&"patch"!==n.method||"application/json"!==n.headers["Content-Type"]&&(n.data=b.a.stringify(n.data)),n},function(n){return d.a.reject(n)}),y.interceptors.response.use(function(n){return n},function(n){return"ECONNABORTED"===n.code&&-1!==n.message.indexOf("timeout")&&(alert("请求超时!请重新登陆"),r.push({name:"login"})),d.a.reject(n)});var x=y,w=e("YgNb"),k={install:function(n){var t=this;n.prototype.$axios=function(n,e,o,a){return t.axiosRequest(n,e,o,a)}},axiosRequest:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"post",t=arguments[1],e=arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.ax(n,t,e,o)},ax:function(n,t,e,o){var a=t;"get"===n&&(a+=e||"");var i={headers:w.a.get("token")?{token:w.a.get("token"),"Content-Type":"application/json"}:{"Content-Type":"application/json"}},u="/sequoiaBack"+a;return new d.a(function(t,o){x[n](u,e,i).then(function(n){var e=n.data;t(e),"10002"===e.code?r.push({name:"login"}):400===e.code&&alert(e.msg)}).catch(function(n){o(n)})})}},T=e("zL8q"),O=e.n(T);e("tvR6");a.default.use(k),a.default.use(O.a),a.default.config.productionTip=!1,a.default.prototype.$Platform=e("SJ63"),new a.default({router:r,store:p,el:"#app",render:function(n){return n(h)}})},POLz:function(n,t){},SJ63:function(n,t){n.exports={name:"tvShow",title:"TVSHOW",desc:"tvShow",nickname:"tvShow"}},YgNb:function(n,t,e){"use strict";e.d(t,"a",function(){return r});var o=e("Zrlr"),a=e.n(o),i=e("wxAW"),u=e.n(i),r=function(){function n(){a()(this,n)}return u()(n,null,[{key:"get",value:function(n){var t=void 0,e=void 0;return"string"==typeof n&&""!==n&&(e=String(document.cookie).match(new RegExp("(?:^| )"+n+"(?:(?:=([^;]*))|;|$)")))&&(t=e[1]?decodeURIComponent(e[1]):""),t}},{key:"set",value:function(n,t,e,o,a,i){var u=String(encodeURIComponent(t)),r=e;"number"==typeof r&&(r=new Date).setTime(r.getTime()+864e5*e),r instanceof Date&&(u+="; expires="+r.toUTCString()),"string"==typeof o&&""!==o&&(u+="; domain="+o),"string"==typeof a&&""!==a&&(u+="; path="+a),i&&(u+="; secure"),document.cookie=n+"="+u}},{key:"remove",value:function(n,t,e,o){this.set(n,"",-1,t,e,o)}},{key:"DATEDAY",get:function(){return 864e5}}]),n}()},cPo0:function(n,t){},tvR6:function(n,t){}},[0]);
\ No newline at end of file \ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,t,f){for(var o,d,b,i=0,u=[];i<c.length;i++)d=c[i],n[d]&&u.push(n[d][0]),n[d]=0;for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);for(a&&a(c,t,f);u.length;)u.shift()();if(f)for(i=0;i<f.length;i++)b=r(r.s=f[i]);return b};var c={},n={32:0};function r(a){if(c[a])return c[a].exports;var n=c[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var a=n[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,r){a=n[e]=[c,r]});a[2]=c;var t=document.getElementsByTagName("head")[0],f=document.createElement("script");f.type="text/javascript",f.charset="utf-8",f.async=!0,f.timeout=12e4,r.nc&&f.setAttribute("nonce",r.nc),f.src=r.p+"static/js/"+e+"."+{0:"d65dd0abcd56c706731c",1:"f61ba3160f1938ffcc9d",2:"b63be92f5d0a4d870255",3:"d7dc6d806a541fd08c01",4:"7307ce82fc7267e82c00",5:"7a161563754adf041a59",6:"eeb05e68159a94b418bd",7:"3983b27a28f23a38568f",8:"59f4cfd90937b323b0a0",9:"18ef92212ed4b79f9c6f",10:"d549964da88117ac0f62",11:"c356ecd8ccddf1831610",12:"df63f5d017e93a058cd6",13:"986d9bfa5568423857c1",14:"28cef13e3ff28ce4fc81",15:"34079b0874c2ed162bad",16:"a12a0c3699474f38f9a7",17:"017f241598aec73bd210",18:"aea35aa0eb660c18d6e4",19:"88e9eb703e3870cbdbac",20:"3a3af80f1d9b93893c50",21:"d70996fcc58f27420e05",22:"a99aaf70c4b5abd400e8",23:"6a06784a334f18cf6b87",24:"4b2c1cefaad298670a17",25:"138d14f640b05b0cc1fd",26:"9da50f67d27673e4b2b3",27:"9db46ba540c26818e9b6",28:"2521dad5a045116ddb93",31:"67e7228778adf506ef64"}[e]+".js";var o=setTimeout(d,12e4);function d(){f.onerror=f.onload=null,clearTimeout(o);var a=n[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return f.onerror=f.onload=d,t.appendChild(f),c},r.m=e,r.c=c,r.d=function(e,a,c){r.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},r.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(a,"a",a),a},r.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},r.p="/zbht/",r.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(n,t,f){for(var o,d,b,i=0,u=[];i<n.length;i++)d=n[i],r[d]&&u.push(r[d][0]),r[d]=0;for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);for(c&&c(n,t,f);u.length;)u.shift()();if(f)for(i=0;i<f.length;i++)b=a(a.s=f[i]);return b};var n={},r={32:0};function a(c){if(n[c])return n[c].exports;var r=n[c]={i:c,l:!1,exports:{}};return e[c].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.e=function(e){var c=r[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var n=new Promise(function(n,a){c=r[e]=[n,a]});c[2]=n;var t=document.getElementsByTagName("head")[0],f=document.createElement("script");f.type="text/javascript",f.charset="utf-8",f.async=!0,f.timeout=12e4,a.nc&&f.setAttribute("nonce",a.nc),f.src=a.p+"static/js/"+e+"."+{0:"d65dd0abcd56c706731c",1:"f61ba3160f1938ffcc9d",2:"b63be92f5d0a4d870255",3:"d7dc6d806a541fd08c01",4:"7307ce82fc7267e82c00",5:"7a161563754adf041a59",6:"eeb05e68159a94b418bd",7:"3983b27a28f23a38568f",8:"59f4cfd90937b323b0a0",9:"18ef92212ed4b79f9c6f",10:"d549964da88117ac0f62",11:"c356ecd8ccddf1831610",12:"df63f5d017e93a058cd6",13:"986d9bfa5568423857c1",14:"28cef13e3ff28ce4fc81",15:"34079b0874c2ed162bad",16:"a12a0c3699474f38f9a7",17:"017f241598aec73bd210",18:"aea35aa0eb660c18d6e4",19:"88e9eb703e3870cbdbac",20:"3a3af80f1d9b93893c50",21:"d70996fcc58f27420e05",22:"78969b9335217200ba61",23:"4bce435961359431d8c9",24:"55388019343a6485c165",25:"138d14f640b05b0cc1fd",26:"9da50f67d27673e4b2b3",27:"9db46ba540c26818e9b6",28:"2521dad5a045116ddb93",31:"67e7228778adf506ef64"}[e]+".js";var o=setTimeout(d,12e4);function d(){f.onerror=f.onload=null,clearTimeout(o);var c=r[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return f.onerror=f.onload=d,t.appendChild(f),n},a.m=e,a.c=n,a.d=function(e,c,n){a.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:n})},a.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(c,"a",c),c},a.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},a.p="/zbht/",a.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment