Commit 400e3102 by Administrator

first commit

parent f601dc15
<!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.f7e5cde3010011cf64cb24eb60addf5d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/zbht/static/js/manifest.0faa129aa132ba6dbcf6.js></script><script type=text/javascript src=/zbht/static/js/vendor.145d852af3ba5edc18a9.js></script><script type=text/javascript src=/zbht/static/js/main.4753442f098f98505f67.js></script></body></html>
\ No newline at end of file
<!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.f7e5cde3010011cf64cb24eb60addf5d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/zbht/static/js/manifest.538f8f9824f56bff6bce.js></script><script type=text/javascript src=/zbht/static/js/vendor.145d852af3ba5edc18a9.js></script><script type=text/javascript src=/zbht/static/js/main.e5286461b2cee6f81d70.js></script></body></html>
\ No newline at end of file
webpackJsonp([23],{PFZ9:function(e,t,a){var l=a("RDQE");"string"==typeof l&&(l=[[e.i,l,""]]),l.locals&&(e.exports=l.locals);a("rjj0")("cd25ef3e",l,!0,{})},RDQE:function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,"\n.w-100[data-v-e7acd2d4]{\n width: 100px;\n}\n.w-150[data-v-e7acd2d4]{\n width: 150px;\n}\n.w-185[data-v-e7acd2d4]{\n width: 185px;\n}\n",""])},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:"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:{prop:"receivedGold",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("PFZ9")},"data-v-e7acd2d4",null);t.default=n.exports}});
\ No newline at end of file
webpackJsonp([24],{"/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
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
webpackJsonp([24],{VQg2:function(e,t,a){var l=a("czWz");"string"==typeof l&&(l=[[e.i,l,""]]),l.locals&&(e.exports=l.locals);a("rjj0")("38914885",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:"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("VQg2")},"data-v-941e43ee",null);t.default=n.exports},czWz:function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,"\n.w-100[data-v-941e43ee]{\n width: 100px;\n}\n.w-150[data-v-941e43ee]{\n width: 150px;\n}\n.w-185[data-v-941e43ee]{\n width: 185px;\n}\n",""])}});
\ 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(24).then(e.bind(null,"/1AV"))}},{path:"/login",name:"login",component:function(){return e.e(17).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(12).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(16).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(18).then(e.bind(null,"XJpv"))}},{path:"/config",name:"config",component:function(){return e.e(10).then(e.bind(null,"9OZM"))}},{path:"/statistics",name:"statistics",component:function(){return e.e(14).then(e.bind(null,"cvct"))}},{path:"/operation",name:"operation",component:function(){return e.e(6).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(21).then(e.bind(null,"t4RU"))}},{path:"/notice",name:"notice",component:function(){return e.e(20).then(e.bind(null,"BEmm"))}},{path:"/role",name:"role",component:function(){return e.e(19).then(e.bind(null,"bWCI"))}},{path:"/account",name:"account",component:function(){return e.e(13).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(15).then(e.bind(null,"PldI"))}},{path:"/exchange",name:"exchange",component:function(){return e.e(7).then(e.bind(null,"YR89"))}},{path:"/navigate",name:"navigate",component:function(){return e.e(11).then(e.bind(null,"rhRx"))}},{path:"/promote",name:"promote",component:function(){return e.e(8).then(e.bind(null,"NZ2L"))}},{path:"/withdrawal",name:"withdrawal",component:function(){return e.e(22).then(e.bind(null,"C3Ae"))}},{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(9).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"),v=e.n(s),g=e("1nuA"),b=e.n(g),y=v.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 w=y,x=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:x.a.get("token")?{token:x.a.get("token"),"Content-Type":"application/json"}:{"Content-Type":"application/json"}},u="/sequoiaBack"+a;return new d.a(function(t,o){w[n](u,e,i).then(function(n){var e=n.data;t(e),"10002"===e.code&&r.push({name:"login"})}).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
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(17).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(12).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(16).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(18).then(e.bind(null,"XJpv"))}},{path:"/config",name:"config",component:function(){return e.e(10).then(e.bind(null,"9OZM"))}},{path:"/statistics",name:"statistics",component:function(){return e.e(14).then(e.bind(null,"cvct"))}},{path:"/operation",name:"operation",component:function(){return e.e(6).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(21).then(e.bind(null,"t4RU"))}},{path:"/notice",name:"notice",component:function(){return e.e(20).then(e.bind(null,"BEmm"))}},{path:"/role",name:"role",component:function(){return e.e(19).then(e.bind(null,"bWCI"))}},{path:"/account",name:"account",component:function(){return e.e(13).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(15).then(e.bind(null,"PldI"))}},{path:"/exchange",name:"exchange",component:function(){return e.e(7).then(e.bind(null,"YR89"))}},{path:"/navigate",name:"navigate",component:function(){return e.e(11).then(e.bind(null,"rhRx"))}},{path:"/promote",name:"promote",component:function(){return e.e(8).then(e.bind(null,"NZ2L"))}},{path:"/withdrawal",name:"withdrawal",component:function(){return e.e(22).then(e.bind(null,"C3Ae"))}},{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(9).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"),v=e.n(s),g=e("1nuA"),b=e.n(g),y=v.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 w=y,x=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:x.a.get("token")?{token:x.a.get("token"),"Content-Type":"application/json"}:{"Content-Type":"application/json"}},u="/sequoiaBack"+a;return new d.a(function(t,o){w[n](u,e,i).then(function(n){var e=n.data;t(e),"10002"===e.code&&r.push({name:"login"})}).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
!function(e){var f=window.webpackJsonp;window.webpackJsonp=function(c,r,t){for(var o,d,b,i=0,u=[];i<c.length;i++)d=c[i],a[d]&&u.push(a[d][0]),a[d]=0;for(o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);for(f&&f(c,r,t);u.length;)u.shift()();if(t)for(i=0;i<t.length;i++)b=n(n.s=t[i]);return b};var c={},a={32:0};function n(f){if(c[f])return c[f].exports;var a=c[f]={i:f,l:!1,exports:{}};return e[f].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.e=function(e){var f=a[e];if(0===f)return new Promise(function(e){e()});if(f)return f[2];var c=new Promise(function(c,n){f=a[e]=[c,n]});f[2]=c;var r=document.getElementsByTagName("head")[0],t=document.createElement("script");t.type="text/javascript",t.charset="utf-8",t.async=!0,t.timeout=12e4,n.nc&&t.setAttribute("nonce",n.nc),t.src=n.p+"static/js/"+e+"."+{0:"66db54561df8ff49a260",1:"ae94795329dff6b14426",2:"b63be92f5d0a4d870255",3:"d7dc6d806a541fd08c01",4:"7307ce82fc7267e82c00",5:"efc0dc5b8d8ff9afb22d",6:"0b6891f667090fec9eff",7:"7fbda5d0628ff1e70437",8:"2ea7303f5973c64c3a5f",9:"cfe2b334b08a66dae476",10:"f37a2c9ea35a1548e1b7",11:"ef04dc5d339d23349f1b",12:"ffb35c9af7dd3270090e",13:"eeb99ca5433556b547b2",14:"af98e0a547c7f291a2c9",15:"cbcb72fee3ceae131128",16:"07882d64716f4c2b21ba",17:"0dcb0598821ce3d70e65",18:"36f696bfff9b784052ff",19:"ea9d59984f8dd275a731",20:"da4450d67eaac98194bb",21:"59fc228db0803376cb0c",22:"d87e9728573e55ca7155",23:"2fc4acef65068fa4887d",24:"b42ba54f89c52407c1a5",25:"138d14f640b05b0cc1fd",26:"9da50f67d27673e4b2b3",27:"9db46ba540c26818e9b6",28:"2521dad5a045116ddb93",31:"67e7228778adf506ef64"}[e]+".js";var o=setTimeout(d,12e4);function d(){t.onerror=t.onload=null,clearTimeout(o);var f=a[e];0!==f&&(f&&f[1](new Error("Loading chunk "+e+" failed.")),a[e]=void 0)}return t.onerror=t.onload=d,r.appendChild(t),c},n.m=e,n.c=c,n.d=function(e,f,c){n.o(e,f)||Object.defineProperty(e,f,{configurable:!1,enumerable:!0,get:c})},n.n=function(e){var f=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(f,"a",f),f},n.o=function(e,f){return Object.prototype.hasOwnProperty.call(e,f)},n.p="/zbht/",n.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(f,t,a){for(var d,o,b,i=0,u=[];i<f.length;i++)o=f[i],n[o]&&u.push(n[o][0]),n[o]=0;for(d in t)Object.prototype.hasOwnProperty.call(t,d)&&(e[d]=t[d]);for(c&&c(f,t,a);u.length;)u.shift()();if(a)for(i=0;i<a.length;i++)b=r(r.s=a[i]);return b};var f={},n={32:0};function r(c){if(f[c])return f[c].exports;var n=f[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var c=n[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var f=new Promise(function(f,r){c=n[e]=[f,r]});c[2]=f;var t=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,r.nc&&a.setAttribute("nonce",r.nc),a.src=r.p+"static/js/"+e+"."+{0:"66db54561df8ff49a260",1:"ae94795329dff6b14426",2:"b63be92f5d0a4d870255",3:"d7dc6d806a541fd08c01",4:"7307ce82fc7267e82c00",5:"efc0dc5b8d8ff9afb22d",6:"0b6891f667090fec9eff",7:"7fbda5d0628ff1e70437",8:"2ea7303f5973c64c3a5f",9:"cfe2b334b08a66dae476",10:"f37a2c9ea35a1548e1b7",11:"ef04dc5d339d23349f1b",12:"ffb35c9af7dd3270090e",13:"eeb99ca5433556b547b2",14:"af98e0a547c7f291a2c9",15:"cbcb72fee3ceae131128",16:"07882d64716f4c2b21ba",17:"0dcb0598821ce3d70e65",18:"36f696bfff9b784052ff",19:"ea9d59984f8dd275a731",20:"da4450d67eaac98194bb",21:"59fc228db0803376cb0c",22:"d87e9728573e55ca7155",23:"4bce435961359431d8c9",24:"dd4efd3c4aa063520cd3",25:"138d14f640b05b0cc1fd",26:"9da50f67d27673e4b2b3",27:"9db46ba540c26818e9b6",28:"2521dad5a045116ddb93",31:"67e7228778adf506ef64"}[e]+".js";var d=setTimeout(o,12e4);function o(){a.onerror=a.onload=null,clearTimeout(d);var c=n[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return a.onerror=a.onload=o,t.appendChild(a),f},r.m=e,r.c=f,r.d=function(e,c,f){r.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:f})},r.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(c,"a",c),c},r.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},r.p="/zbht/",r.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