Commit c5a71325 by Administrator

first commit

parent 7084e2b8
<!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.fe435f1562b70c60f60d.js></script><script type=text/javascript src=/zbht/static/js/vendor.145d852af3ba5edc18a9.js></script><script type=text/javascript src=/zbht/static/js/main.455507c42b99c7c8a527.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.f7e5cde3010011cf64cb24eb60addf5d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/zbht/static/js/manifest.097df0a7fc74c48633ee.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 \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([24],{aPai:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n={name:"index",data:function(){return{currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},buyStatus:"",buyTime:"",tableData:[]}},mounted:function(){this.getInfo()},methods:{getInfo:function(){var t=this,e={pageNum:this.ps.pageNo,pageSize:this.ps.pageSize};this.$axios("post","/V1/record/getRoomHostRecordList",e).then(function(e){200===e.code&&(t.tableData=e.data.dataList,t.currents.currentTotal=e.data.countSize)})},handleCurrentChange:function(t){this.ps.pageNo=t,this.getInfo()},refresh:function(){this.buyStatus="",this.buyTime="",this.getInfo()},fromDate:function(t){var e=new Date(t);return e.getFullYear()+"-"+(e.getMonth()+1)+"-"+e.getDate()+" "+e.getHours()+":"+e.getMinutes()+":"+e.getSeconds()}}},r={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"},[a("div",{staticClass:"ml-10"},[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.getInfo(1)}}},[t._v("查询")])],1)])]),t._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData,"header-cell-class-name":"bg-f5"}},[a("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"200"}}),t._v(" "),a("el-table-column",{attrs:{prop:"userName",label:"主播昵称",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{prop:"roomName",label:"房间名称",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{prop:"matchTime",label:"比赛时间",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{prop:"receivedGold",label:"收获金币",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{label:"开播时间",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",[t._v(t._s(e.row.startTime))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"下播时间",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",[t._v(t._s(e.row.endTime))])]}}])})],1),t._v(" "),a("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":t.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:t.currents.currentTotal},on:{"current-change":t.handleCurrentChange}})],1)},staticRenderFns:[]};var s=a("VU/8")(n,r,!1,function(t){a("e7qJ")},"data-v-89e200d0",null);e.default=s.exports},e7qJ:function(t,e,a){var n=a("r2uN");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);a("rjj0")("9fe573ce",n,!0,{})},r2uN:function(t,e,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.w-100[data-v-89e200d0]{\n width: 100px;\n}\n.w-150[data-v-89e200d0]{\n width: 150px;\n}\n.w-185[data-v-89e200d0]{\n width: 185px;\n}\n",""])}});
\ No newline at end of file
webpackJsonp([25],{AxJC:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={render:function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"info-table"},[e("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[e("div",{staticClass:"fs-18 fw-600"},[n._v("主播审核")]),n._v(" "),e("div",{staticClass:"fx align-items"},[e("div",[e("el-input",{attrs:{placeholder:"请输入主播昵称",size:"small"},model:{value:n.search,callback:function(t){n.search=t},expression:"search"}})],1)])]),n._v(" "),e("el-table",{staticStyle:{width:"100%"},attrs:{data:n.tableData.filter(function(t){return!n.search||t.userName.toLowerCase().includes(n.search.toLowerCase())}),"header-cell-class-name":"bg-f5"}},[e("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"200"}}),n._v(" "),e("el-table-column",{attrs:{prop:"userName",label:"昵称"}}),n._v(" "),e("el-table-column",{attrs:{prop:"realName",label:"真实名字"}}),n._v(" "),e("el-table-column",{attrs:{label:"身份证号"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("span",[n._v(n._s(t.row.idCard))])]}}])}),n._v(" "),e("el-table-column",{attrs:{label:"身份证正面图"},scopedSlots:n._u([{key:"default",fn:function(t){return[t.row.cardPhotoPositive?e("img",{attrs:{src:t.row.cardPhotoPositive,width:"100px"}}):n._e()]}}])}),n._v(" "),e("el-table-column",{attrs:{label:"身份证反面图"},scopedSlots:n._u([{key:"default",fn:function(t){return[t.row.cardPhotoReverse?e("img",{attrs:{src:t.row.cardPhotoReverse,width:"100px"}}):n._e()]}}])}),n._v(" "),e("el-table-column",{attrs:{width:"150",label:"申请时间"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("span",[n._v(n._s(t.row.applyTime))])]}}])}),n._v(" "),e("el-table-column",{attrs:{width:"200",fixed:"right"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("div",{staticClass:"cursor"},[e("el-button",{attrs:{type:"success",size:"mini"},on:{click:function(e){return n.update(t.row.id,1)}}},[n._v("通过")]),n._v(" "),e("el-button",{attrs:{type:"primary",plain:"",size:"mini"},on:{click:function(e){return n.update(t.row.id,2)}}},[n._v("驳回")])],1)]}}])})],1),n._v(" "),e("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":n.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:n.currents.currentTotal},on:{"current-change":n.handleCurrentChange}}),n._v(" "),e("el-dialog",{attrs:{title:"主播审核",visible:n.dialogFormVisible,width:"388px"},on:{"update:visible":function(t){n.dialogFormVisible=t}}},[e("el-form",[e("el-form-item",{attrs:{label:"驳回原因","label-width":n.formLabelWidth,prop:"reason"}},[e("el-input",{staticStyle:{width:"217px"},attrs:{autocomplete:"off"},model:{value:n.reason,callback:function(t){n.reason=t},expression:"reason"}})],1)],1),n._v(" "),e("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:n.clear}},[n._v("取 消")]),n._v(" "),e("el-button",{attrs:{type:"primary"},on:{click:n.updateSumbit}},[n._v("确 定")])],1)],1)],1)},staticRenderFns:[]};var s=e("VU/8")({name:"index",data:function(){return{name:"",currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},search:"",tableData:[],reason:"",imgUrl:"",fileList:[],userId:"",formLabelWidth:"125px",dialogFormVisible:!1,isAdd:!1}},mounted:function(){this.getInfo()},methods:{clear:function(){this.reason="",this.dialogFormVisible=!1},update:function(n,t){1===t?(this.reason="审核通过",this.editUserApply(n,0)):(this.userId=n,this.dialogFormVisible=!0)},updateSumbit:function(){this.editUserApply(this.userId,1)},editUserApply:function(n,t){var e=this,a={status:t,id:n,reason:this.reason};this.$axios("post","/backUser/editUserApply",a).then(function(n){200===n.code&&(e.$message({type:"success",message:"审核成功!"}),e.dialogFormVisible=!1,e.getInfo(1))})},getInfo:function(n){var t=this;n&&(this.ps.pageNo=1);var e={pageNum:this.ps.pageNo,pageSize:this.ps.pageSize};this.$axios("post","/backUser/userApplyAnchorList",e).then(function(n){200===n.code&&(t.tableData=n.data.dataList,t.currents.currentTotal=n.data.countSize)})},handleCurrentChange:function(n){this.ps.pageNo=n,this.getInfo()}}},a,!1,function(n){e("bTWQ")},"data-v-6adb8298",null);t.default=s.exports},M4H4:function(n,t,e){(n.exports=e("FZ+f")(!1)).push([n.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\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\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\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",""])},bTWQ:function(n,t,e){var a=e("M4H4");"string"==typeof a&&(a=[[n.i,a,""]]),a.locals&&(n.exports=a.locals);e("rjj0")("1fcd2adb",a,!0,{})}}); webpackJsonp([26],{AxJC:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={render:function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"info-table"},[e("div",{staticClass:"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"},[e("div",{staticClass:"fs-18 fw-600"},[n._v("主播审核")]),n._v(" "),e("div",{staticClass:"fx align-items"},[e("div",[e("el-input",{attrs:{placeholder:"请输入主播昵称",size:"small"},model:{value:n.search,callback:function(t){n.search=t},expression:"search"}})],1)])]),n._v(" "),e("el-table",{staticStyle:{width:"100%"},attrs:{data:n.tableData.filter(function(t){return!n.search||t.userName.toLowerCase().includes(n.search.toLowerCase())}),"header-cell-class-name":"bg-f5"}},[e("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"200"}}),n._v(" "),e("el-table-column",{attrs:{prop:"userName",label:"昵称"}}),n._v(" "),e("el-table-column",{attrs:{prop:"realName",label:"真实名字"}}),n._v(" "),e("el-table-column",{attrs:{label:"身份证号"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("span",[n._v(n._s(t.row.idCard))])]}}])}),n._v(" "),e("el-table-column",{attrs:{label:"身份证正面图"},scopedSlots:n._u([{key:"default",fn:function(t){return[t.row.cardPhotoPositive?e("img",{attrs:{src:t.row.cardPhotoPositive,width:"100px"}}):n._e()]}}])}),n._v(" "),e("el-table-column",{attrs:{label:"身份证反面图"},scopedSlots:n._u([{key:"default",fn:function(t){return[t.row.cardPhotoReverse?e("img",{attrs:{src:t.row.cardPhotoReverse,width:"100px"}}):n._e()]}}])}),n._v(" "),e("el-table-column",{attrs:{width:"150",label:"申请时间"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("span",[n._v(n._s(t.row.applyTime))])]}}])}),n._v(" "),e("el-table-column",{attrs:{width:"200",fixed:"right"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("div",{staticClass:"cursor"},[e("el-button",{attrs:{type:"success",size:"mini"},on:{click:function(e){return n.update(t.row.id,1)}}},[n._v("通过")]),n._v(" "),e("el-button",{attrs:{type:"primary",plain:"",size:"mini"},on:{click:function(e){return n.update(t.row.id,2)}}},[n._v("驳回")])],1)]}}])})],1),n._v(" "),e("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":n.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:n.currents.currentTotal},on:{"current-change":n.handleCurrentChange}}),n._v(" "),e("el-dialog",{attrs:{title:"主播审核",visible:n.dialogFormVisible,width:"388px"},on:{"update:visible":function(t){n.dialogFormVisible=t}}},[e("el-form",[e("el-form-item",{attrs:{label:"驳回原因","label-width":n.formLabelWidth,prop:"reason"}},[e("el-input",{staticStyle:{width:"217px"},attrs:{autocomplete:"off"},model:{value:n.reason,callback:function(t){n.reason=t},expression:"reason"}})],1)],1),n._v(" "),e("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:n.clear}},[n._v("取 消")]),n._v(" "),e("el-button",{attrs:{type:"primary"},on:{click:n.updateSumbit}},[n._v("确 定")])],1)],1)],1)},staticRenderFns:[]};var s=e("VU/8")({name:"index",data:function(){return{name:"",currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},search:"",tableData:[],reason:"",imgUrl:"",fileList:[],userId:"",formLabelWidth:"125px",dialogFormVisible:!1,isAdd:!1}},mounted:function(){this.getInfo()},methods:{clear:function(){this.reason="",this.dialogFormVisible=!1},update:function(n,t){1===t?(this.reason="审核通过",this.editUserApply(n,0)):(this.userId=n,this.dialogFormVisible=!0)},updateSumbit:function(){this.editUserApply(this.userId,1)},editUserApply:function(n,t){var e=this,a={status:t,id:n,reason:this.reason};this.$axios("post","/backUser/editUserApply",a).then(function(n){200===n.code&&(e.$message({type:"success",message:"审核成功!"}),e.dialogFormVisible=!1,e.getInfo(1))})},getInfo:function(n){var t=this;n&&(this.ps.pageNo=1);var e={pageNum:this.ps.pageNo,pageSize:this.ps.pageSize};this.$axios("post","/backUser/userApplyAnchorList",e).then(function(n){200===n.code&&(t.tableData=n.data.dataList,t.currents.currentTotal=n.data.countSize)})},handleCurrentChange:function(n){this.ps.pageNo=n,this.getInfo()}}},a,!1,function(n){e("bTWQ")},"data-v-6adb8298",null);t.default=s.exports},M4H4:function(n,t,e){(n.exports=e("FZ+f")(!1)).push([n.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\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\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\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",""])},bTWQ:function(n,t,e){var a=e("M4H4");"string"==typeof a&&(a=[[n.i,a,""]]),a.locals&&(n.exports=a.locals);e("rjj0")("1fcd2adb",a,!0,{})}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([28],{Hhaj:function(t,e,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.w-100[data-v-0388b56d]{\n width: 100px;\n}\n.w-150[data-v-0388b56d]{\n width: 150px;\n}\n.w-185[data-v-0388b56d]{\n width: 185px;\n}\n",""])},ZeiO:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n={name:"index",data:function(){return{currents:{currentPage:1,currentTotal:0},ps:{pageNo:1,pageSize:15},buyStatus:"",buyTime:"",tableData:[],options:[{value:"",label:"全部"},{value:-1,label:"购买失败"},{value:0,label:"购买中"},{value:1,label:"购买成功"}]}},mounted:function(){this.getInfo()},methods:{getInfo:function(t){var e=this;t&&(this.ps.pageNo=1);var a="",n="";this.buyTime?(a=this.buyTime[1]+" 23:59:59",n=this.buyTime[0]+" 00:00:00"):(a="",n="");var l={buyStatus:this.buyStatus,end:a,start:n,pageNo:this.ps.pageNo,pageSize:this.ps.pageSize};this.$axios("post","/movie/getGoldByMovieList",l).then(function(t){"0"===t.code&&(e.tableData=t.data.dataList,e.currents.currentTotal=t.data.countSize)})},handleCurrentChange:function(t){this.ps.pageNo=t,this.getInfo()},refresh:function(){this.buyStatus="",this.buyTime="",this.getInfo()},fromDate:function(t){var e=new Date(t);return e.getFullYear()+"-"+(e.getMonth()+1)+"-"+e.getDate()+" "+e.getHours()+":"+e.getMinutes()+":"+e.getSeconds()}}},l={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"},[a("div",{staticClass:"ml-10"},[a("el-date-picker",{attrs:{size:"small",type:"daterange","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","value-format":"yyyy-MM-dd"},model:{value:t.buyTime,callback:function(e){t.buyTime=e},expression:"buyTime"}})],1),t._v(" "),a("div",{staticClass:"ml-10"},[a("el-select",{staticClass:"w-150",attrs:{placeholder:"请选择",size:"small"},model:{value:t.buyStatus,callback:function(e){t.buyStatus=e},expression:"buyStatus"}},t._l(t.options,function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})}),1)],1),t._v(" "),a("div",{staticClass:"ml-10"},[a("el-button",{attrs:{type:"primary",size:"small",icon:"el-icon-plus"},on:{click:function(e){return t.getInfo(1)}}},[t._v("查询")])],1),t._v(" "),a("div",{staticClass:"ml-10"},[a("el-button",{attrs:{type:"primary",size:"small",plain:"",icon:"el-icon-refresh-right"},on:{click:t.refresh}},[t._v("刷新")])],1)])]),t._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData,"header-cell-class-name":"bg-f5"}},[a("el-table-column",{attrs:{fixed:"",type:"index",label:"序号",align:"center",width:"200"}}),t._v(" "),a("el-table-column",{attrs:{prop:"userName",label:"用户名",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{prop:"movieTitle",label:"电影名称",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{prop:"buyGold",label:"购买金币",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{label:"购买状态",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[-1===e.row.buyStatus?a("span",[t._v("购买失败")]):t._e(),t._v(" "),0===e.row.buyStatus?a("span",[t._v("购买中")]):t._e(),t._v(" "),1===e.row.buyStatus?a("span",[t._v("购买成功")]):t._e()]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"购买时间",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",[t._v(t._s(e.row.buyTime))])]}}])})],1),t._v(" "),a("el-pagination",{staticClass:"pagination",attrs:{background:"","hide-on-single-page":!0,"current-page":t.currents.currentPage,"page-sizes":[15,20,30],"page-size":15,layout:"total, prev, pager, next, jumper",total:t.currents.currentTotal},on:{"current-change":t.handleCurrentChange}})],1)},staticRenderFns:[]};var s=a("VU/8")(n,l,!1,function(t){a("zIwU")},"data-v-0388b56d",null);e.default=s.exports},zIwU:function(t,e,a){var n=a("Hhaj");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);a("rjj0")("b4cb6a46",n,!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 p});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(27).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(25).then(e.bind(null,"AxJC"))}},{path:"/payOrder",name:"payOrder",component:function(){return e.e(26).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:"/byMove",name:"byMove",component:function(){return e.e(28).then(e.bind(null,"ZeiO"))}},{path:"/byGold",name:"byGold",component:function(){return e.e(24).then(e.bind(null,"frXD"))}},{path:"/label",name:"label",component:function(){return e.e(9).then(e.bind(null,"Qcz4"))}}]}]}),c=e("NYxO"),p={state:{tagList:[]},mutations:{setTagList:function(n,t){n.tagList=t}},getters:{getTagList:function(n){return n.tagList}}};a.default.use(c.a);var l=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,d=(e("j1ja"),e("cPo0"),e("//Fk")),f=e.n(d),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 f.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"})),f.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 f.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:l,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,t,a){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(f&&f(c,t,a);u.length;)u.shift()();if(a)for(i=0;i<a.length;i++)b=r(r.s=a[i]);return b};var c={},n={32:0};function r(f){if(c[f])return c[f].exports;var n=c[f]={i:f,l:!1,exports:{}};return e[f].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var f=n[e];if(0===f)return new Promise(function(e){e()});if(f)return f[2];var c=new Promise(function(c,r){f=n[e]=[c,r]});f[2]=c;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:"44aabe553e144589f501",25:"138d14f640b05b0cc1fd",26:"9da50f67d27673e4b2b3",27:"9db46ba540c26818e9b6",28:"2521dad5a045116ddb93",31:"67e7228778adf506ef64"}[e]+".js";var o=setTimeout(d,12e4);function d(){a.onerror=a.onload=null,clearTimeout(o);var f=n[e];0!==f&&(f&&f[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return a.onerror=a.onload=d,t.appendChild(a),c},r.m=e,r.c=c,r.d=function(e,f,c){r.o(e,f)||Object.defineProperty(e,f,{configurable:!1,enumerable:!0,get:c})},r.n=function(e){var f=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(f,"a",f),f},r.o=function(e,f){return Object.prototype.hasOwnProperty.call(e,f)},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(f,t,a){for(var o,d,b,i=0,u=[];i<f.length;i++)d=f[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(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:"5e95e6b63965b3b57633",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:"8d8b0addb2e38780ab59",25:"c95c91c6e3a3d73155dc",26:"5f6a611f54651e5c57e8",27:"441baff8540a6b02bdd8",28:"b9fcffef7eb4e04404eb",31:"67e7228778adf506ef64"}[e]+".js";var o=setTimeout(d,12e4);function d(){a.onerror=a.onload=null,clearTimeout(o);var c=n[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return a.onerror=a.onload=d,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