Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-zbht
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
web-zbht
Commits
b7fc5cac
Commit
b7fc5cac
authored
Feb 17, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
fb6f3cd4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
.DS_Store
zbht/.DS_Store
+0
-0
index.html
zbht/index.html
+2
-2
26.89b406f9cd8c266895a0.js
zbht/static/js/26.89b406f9cd8c266895a0.js
+2
-0
26.bf1d97e82743ad1c3032.js
zbht/static/js/26.bf1d97e82743ad1c3032.js
+0
-2
main.4701c6ef5a4da7c5d935.js
zbht/static/js/main.4701c6ef5a4da7c5d935.js
+2
-2
manifest.f21af0469f26bbc15785.js
zbht/static/js/manifest.f21af0469f26bbc15785.js
+2
-2
No files found.
zbht/.DS_Store
View file @
b7fc5cac
No preview for this file type
zbht/index.html
View file @
b7fc5cac
<!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.b137e798f6df7b645dea.js
></script><script
type=
text/javascript
src=
/zbht/static/js/vendor.145d852af3ba5edc18a9.js
></script><script
type=
text/javascript
src=
/zbht/static/js/main.5f8553ee3a3ed5ec6199.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.90b05eaddac9f6f14877288e747716da.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/zbht/static/js/manifest.f21af0469f26bbc15785.js
></script><script
type=
text/javascript
src=
/zbht/static/js/vendor.145d852af3ba5edc18a9.js
></script><script
type=
text/javascript
src=
/zbht/static/js/main.4701c6ef5a4da7c5d935.js
></script></body></html>
\ No newline at end of file
zbht/static/js/26.89b406f9cd8c266895a0.js
0 → 100644
View file @
b7fc5cac
webpackJsonp
([
26
],{
DGbh
:
function
(
e
,
t
,
a
){
var
s
=
a
(
"llar"
);
"string"
==
typeof
s
&&
(
s
=
[[
e
.
i
,
s
,
""
]]),
s
.
locals
&&
(
e
.
exports
=
s
.
locals
);
a
(
"rjj0"
)(
"7784309b"
,
s
,
!
0
,{})},
aPai
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
anchorName
:
""
,
time
:
""
,
roomName
:
""
,
sourceType
:
""
,
sportsId
:
""
,
tableData
:[],
expList
:[],
tableTitleData
:[{
label
:
"主播id"
,
prop
:
"hostUserId"
},{
label
:
"主播昵称"
,
prop
:
"userName"
},{
label
:
"房间名称"
,
prop
:
"roomName"
},{
label
:
"开播时间"
,
prop
:
"startTime"
},{
label
:
"下播时间"
,
prop
:
"endTime"
},{
label
:
"直播时长"
,
prop
:
"liveTime"
},{
label
:
"直播间用户量"
,
prop
:
"userAccessNum"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
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"
,
s
).
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
()},
downRoomHostRecordList
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
anchorName
:
this
.
anchorName
,
endTime
:
t
,
startTime
:
a
,
roomName
:
this
.
roomName
,
sourceType
:
this
.
sourceType
,
sportsId
:
this
.
sportsId
};
this
.
$axios
(
"post"
,
"/V1/record/downRoomHostRecordList"
,
s
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
0
!==
t
.
data
.
length
?(
e
.
expList
=
t
.
data
,
e
.
handleDownloadData
()):
e
.
$message
({
type
:
"warning"
,
message
:
"暂无数据!"
}))})},
handleDownloadData
:
function
(){
for
(
var
e
=
this
,
t
=
this
.
tableTitleData
,
s
=
[],
l
=
[],
o
=
0
;
o
<
t
.
length
;
o
++
)
s
[
o
]
=
t
[
o
].
label
,
l
[
o
]
=
t
[
o
].
prop
;
a
.
e
(
31
).
then
(
function
(){
var
t
=
a
(
"zWO4"
).
export_json_to_excel
,
o
=
s
,
n
=
l
,
r
=
e
.
expList
;
t
(
o
,
e
.
formatJson
(
n
,
r
),
"主播开播记录"
)}.
bind
(
null
,
a
)).
catch
(
a
.
oe
)},
formatJson
:
function
(
e
,
t
){
return
t
.
map
(
function
(
t
){
return
e
.
map
(
function
(
e
){
return
t
[
e
]})})},
fromDate
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}}},
l
=
{
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
(
"查询"
)]),
e
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"ml-10"
,
staticStyle
:{
"margin-right"
:
"10px"
},
attrs
:{
type
:
"success"
,
size
:
"small"
,
icon
:
"el-icon-folder-checked"
},
on
:{
click
:
e
.
downRoomHostRecordList
}},[
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
o
=
a
(
"VU/8"
)(
s
,
l
,
!
1
,
function
(
e
){
a
(
"DGbh"
)},
"data-v-20084a49"
,
null
);
t
.
default
=
o
.
exports
},
llar
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-20084a49]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-20084a49]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-20084a49]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/26.bf1d97e82743ad1c3032.js
deleted
100644 → 0
View file @
fb6f3cd4
webpackJsonp
([
26
],{
"Gm/Y"
:
function
(
e
,
t
,
a
){
var
l
=
a
(
"cnYE"
);
"string"
==
typeof
l
&&
(
l
=
[[
e
.
i
,
l
,
""
]]),
l
.
locals
&&
(
e
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"ab03d25e"
,
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
:
20
},
anchorName
:
""
,
time
:
""
,
roomName
:
""
,
sourceType
:
""
,
sportsId
:
""
,
tableData
:[]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
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
(
"Gm/Y"
)},
"data-v-3ed7cd62"
,
null
);
t
.
default
=
n
.
exports
},
cnYE
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-3ed7cd62]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-3ed7cd62]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-3ed7cd62]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/main.
5f8553ee3a3ed5ec6199
.js
→
zbht/static/js/main.
4701c6ef5a4da7c5d935
.js
View file @
b7fc5cac
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
(
14
).
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
(
13
).
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
(
24
).
then
(
e
.
bind
(
null
,
"DOy1"
))}},{
path
:
"/matchInfo"
,
name
:
"matchInfo"
,
component
:
function
(){
return
e
.
e
(
17
).
then
(
e
.
bind
(
null
,
"7d2R"
))}},{
path
:
"/startType"
,
name
:
"startType"
,
component
:
function
(){
return
e
.
e
(
28
).
then
(
e
.
bind
(
null
,
"AxJC"
))}},{
path
:
"/payOrder"
,
name
:
"payOrder"
,
component
:
function
(){
return
e
.
e
(
25
).
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
(
15
).
then
(
e
.
bind
(
null
,
"XJpv"
))}},{
path
:
"/config"
,
name
:
"config"
,
component
:
function
(){
return
e
.
e
(
19
).
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
(
12
).
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
(
18
).
then
(
e
.
bind
(
null
,
"bWCI"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
e
.
e
(
16
).
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
(
9
).
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
(
21
).
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
(
8
).
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
(
26
).
then
(
e
.
bind
(
null
,
"aPai"
))}},{
path
:
"/byGold"
,
name
:
"byGold"
,
component
:
function
(){
return
e
.
e
(
27
).
then
(
e
.
bind
(
null
,
"frXD"
))}},{
path
:
"/label"
,
name
:
"label"
,
component
:
function
(){
return
e
.
e
(
10
).
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
:
6
e5
});
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
()
+
864
e5
*
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
864
e5
}}]),
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
(
14
).
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
(
13
).
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
(
24
).
then
(
e
.
bind
(
null
,
"DOy1"
))}},{
path
:
"/matchInfo"
,
name
:
"matchInfo"
,
component
:
function
(){
return
e
.
e
(
17
).
then
(
e
.
bind
(
null
,
"7d2R"
))}},{
path
:
"/startType"
,
name
:
"startType"
,
component
:
function
(){
return
e
.
e
(
28
).
then
(
e
.
bind
(
null
,
"AxJC"
))}},{
path
:
"/payOrder"
,
name
:
"payOrder"
,
component
:
function
(){
return
e
.
e
(
25
).
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
(
15
).
then
(
e
.
bind
(
null
,
"XJpv"
))}},{
path
:
"/config"
,
name
:
"config"
,
component
:
function
(){
return
e
.
e
(
19
).
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
(
12
).
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
(
18
).
then
(
e
.
bind
(
null
,
"bWCI"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
e
.
e
(
16
).
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
(
9
).
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
(
21
).
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
(
8
).
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
(
26
).
then
(
e
.
bind
(
null
,
"aPai"
))}},{
path
:
"/byGold"
,
name
:
"byGold"
,
component
:
function
(){
return
e
.
e
(
27
).
then
(
e
.
bind
(
null
,
"frXD"
))}},{
path
:
"/label"
,
name
:
"label"
,
component
:
function
(){
return
e
.
e
(
10
).
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"
)),
s
=
e
.
n
(
f
),
d
=
e
(
"mtWM"
),
g
=
e
.
n
(
d
),
v
=
e
(
"1nuA"
),
b
=
e
.
n
(
v
),
y
=
g
.
a
.
create
({
timeout
:
6
e5
});
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
s
.
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"
})),
s
.
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"
}};
console
.
log
(
i
);
var
u
=
"/sequoiaBack"
+
a
;
return
new
s
.
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
()
+
864
e5
*
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
864
e5
}}]),
n
}()},
cPo0
:
function
(
n
,
t
){},
tvR6
:
function
(
n
,
t
){}},[
0
]);
\ No newline at end of file
zbht/static/js/manifest.
b137e798f6df7b645dea
.js
→
zbht/static/js/manifest.
f21af0469f26bbc15785
.js
View file @
b7fc5cac
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
a
,
t
,
o
){
for
(
var
f
,
d
,
b
,
i
=
0
,
u
=
[];
i
<
a
.
length
;
i
++
)
d
=
a
[
i
],
n
[
d
]
&&
u
.
push
(
n
[
d
][
0
]),
n
[
d
]
=
0
;
for
(
f
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
f
)
&&
(
e
[
f
]
=
t
[
f
]);
for
(
c
&&
c
(
a
,
t
,
o
);
u
.
length
;)
u
.
shift
()();
if
(
o
)
for
(
i
=
0
;
i
<
o
.
length
;
i
++
)
b
=
r
(
r
.
s
=
o
[
i
]);
return
b
};
var
a
=
{},
n
=
{
32
:
0
};
function
r
(
c
){
if
(
a
[
c
])
return
a
[
c
].
exports
;
var
n
=
a
[
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
a
=
new
Promise
(
function
(
a
,
r
){
c
=
n
[
e
]
=
[
a
,
r
]});
c
[
2
]
=
a
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
o
=
document
.
createElement
(
"script"
);
o
.
type
=
"text/javascript"
,
o
.
charset
=
"utf-8"
,
o
.
async
=!
0
,
o
.
timeout
=
12
e4
,
r
.
nc
&&
o
.
setAttribute
(
"nonce"
,
r
.
nc
),
o
.
src
=
r
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"d65dd0abcd56c706731c"
,
1
:
"17e797a9a6bec3c907bd"
,
2
:
"052c7d3d7b2b18accafb"
,
3
:
"fec0afa9a23f5f0421cc"
,
4
:
"7307ce82fc7267e82c00"
,
5
:
"73a8782a63e0bc3713e0"
,
6
:
"722d884e60c7c5b1dad3"
,
7
:
"312b5c5acc7382a4141f"
,
8
:
"2295bdf4115376ca64d7"
,
9
:
"cdb5c17d906bf574811e"
,
10
:
"f0a0b2b2837079b323a4"
,
11
:
"c356ecd8ccddf1831610"
,
12
:
"9cb357d74069247814de"
,
13
:
"468f6da357d2d453f3b7"
,
14
:
"42f4b95d39ed3100043b"
,
15
:
"ed1fcf7bddf0ab2b6600"
,
16
:
"42c764e9c8ffc6473601"
,
17
:
"222269963ff7eecb2653"
,
18
:
"af03f81f5b0c9224b59e"
,
19
:
"a6c35c77b7ab0aa07418"
,
20
:
"9543cabce8e3a8ada74b"
,
21
:
"f50c2e563ea4a9e85606"
,
22
:
"78969b9335217200ba61"
,
23
:
"4bce435961359431d8c9"
,
24
:
"67a77211246a80571a70"
,
25
:
"9d675285b50da6978919"
,
26
:
"bf1d97e82743ad1c3032"
,
27
:
"c649d5a4e4e36adb400d"
,
28
:
"8a23dfdc776fa4fd79b8"
,
31
:
"67e7228778adf506ef64"
}[
e
]
+
".js"
;
var
f
=
setTimeout
(
d
,
12
e4
);
function
d
(){
o
.
onerror
=
o
.
onload
=
null
,
clearTimeout
(
f
);
var
c
=
n
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
n
[
e
]
=
void
0
)}
return
o
.
onerror
=
o
.
onload
=
d
,
t
.
appendChild
(
o
),
a
},
r
.
m
=
e
,
r
.
c
=
a
,
r
.
d
=
function
(
e
,
c
,
a
){
r
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
a
})},
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
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
a
,
t
,
o
){
for
(
var
f
,
d
,
b
,
i
=
0
,
u
=
[];
i
<
a
.
length
;
i
++
)
d
=
a
[
i
],
n
[
d
]
&&
u
.
push
(
n
[
d
][
0
]),
n
[
d
]
=
0
;
for
(
f
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
f
)
&&
(
e
[
f
]
=
t
[
f
]);
for
(
c
&&
c
(
a
,
t
,
o
);
u
.
length
;)
u
.
shift
()();
if
(
o
)
for
(
i
=
0
;
i
<
o
.
length
;
i
++
)
b
=
r
(
r
.
s
=
o
[
i
]);
return
b
};
var
a
=
{},
n
=
{
32
:
0
};
function
r
(
c
){
if
(
a
[
c
])
return
a
[
c
].
exports
;
var
n
=
a
[
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
a
=
new
Promise
(
function
(
a
,
r
){
c
=
n
[
e
]
=
[
a
,
r
]});
c
[
2
]
=
a
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
o
=
document
.
createElement
(
"script"
);
o
.
type
=
"text/javascript"
,
o
.
charset
=
"utf-8"
,
o
.
async
=!
0
,
o
.
timeout
=
12
e4
,
r
.
nc
&&
o
.
setAttribute
(
"nonce"
,
r
.
nc
),
o
.
src
=
r
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"d65dd0abcd56c706731c"
,
1
:
"17e797a9a6bec3c907bd"
,
2
:
"052c7d3d7b2b18accafb"
,
3
:
"fec0afa9a23f5f0421cc"
,
4
:
"7307ce82fc7267e82c00"
,
5
:
"73a8782a63e0bc3713e0"
,
6
:
"722d884e60c7c5b1dad3"
,
7
:
"312b5c5acc7382a4141f"
,
8
:
"2295bdf4115376ca64d7"
,
9
:
"cdb5c17d906bf574811e"
,
10
:
"f0a0b2b2837079b323a4"
,
11
:
"c356ecd8ccddf1831610"
,
12
:
"9cb357d74069247814de"
,
13
:
"468f6da357d2d453f3b7"
,
14
:
"42f4b95d39ed3100043b"
,
15
:
"ed1fcf7bddf0ab2b6600"
,
16
:
"42c764e9c8ffc6473601"
,
17
:
"222269963ff7eecb2653"
,
18
:
"af03f81f5b0c9224b59e"
,
19
:
"a6c35c77b7ab0aa07418"
,
20
:
"9543cabce8e3a8ada74b"
,
21
:
"f50c2e563ea4a9e85606"
,
22
:
"78969b9335217200ba61"
,
23
:
"4bce435961359431d8c9"
,
24
:
"67a77211246a80571a70"
,
25
:
"9d675285b50da6978919"
,
26
:
"89b406f9cd8c266895a0"
,
27
:
"c649d5a4e4e36adb400d"
,
28
:
"8a23dfdc776fa4fd79b8"
,
31
:
"67e7228778adf506ef64"
}[
e
]
+
".js"
;
var
f
=
setTimeout
(
d
,
12
e4
);
function
d
(){
o
.
onerror
=
o
.
onload
=
null
,
clearTimeout
(
f
);
var
c
=
n
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
n
[
e
]
=
void
0
)}
return
o
.
onerror
=
o
.
onload
=
d
,
t
.
appendChild
(
o
),
a
},
r
.
m
=
e
,
r
.
c
=
a
,
r
.
d
=
function
(
e
,
c
,
a
){
r
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
a
})},
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment