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
f601dc15
Commit
f601dc15
authored
Dec 13, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
d073e47c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
zbht/index.html
+2
-2
23.2fc4acef65068fa4887d.js
zbht/static/js/23.2fc4acef65068fa4887d.js
+2
-0
24.b42ba54f89c52407c1a5.js
zbht/static/js/24.b42ba54f89c52407c1a5.js
+2
-2
24.cb86819e6413056417e9.js
zbht/static/js/24.cb86819e6413056417e9.js
+0
-2
main.4753442f098f98505f67.js
zbht/static/js/main.4753442f098f98505f67.js
+0
-0
manifest.0faa129aa132ba6dbcf6.js
zbht/static/js/manifest.0faa129aa132ba6dbcf6.js
+2
-0
manifest.c1af925252351011612a.js
zbht/static/js/manifest.c1af925252351011612a.js
+0
-2
No files found.
zbht/index.html
View file @
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.c1af925252351011612a.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
<!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
zbht/static/js/23.2fc4acef65068fa4887d.js
0 → 100644
View file @
f601dc15
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
zbht/static/js/2
3.4bce435961359431d8c9
.js
→
zbht/static/js/2
4.b42ba54f89c52407c1a5
.js
View file @
f601dc15
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
],{
"/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
zbht/static/js/24.cb86819e6413056417e9.js
deleted
100644 → 0
View file @
d073e47c
webpackJsonp
([
24
],{
KBoh
:
function
(
e
,
t
,
a
){
var
l
=
a
(
"xRvg"
);
"string"
==
typeof
l
&&
(
l
=
[[
e
.
i
,
l
,
""
]]),
l
.
locals
&&
(
e
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"a67db0f2"
,
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
:{
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"
}})],
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
(
"KBoh"
)},
"data-v-7124e401"
,
null
);
t
.
default
=
n
.
exports
},
xRvg
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-7124e401]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-7124e401]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-7124e401]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/main.
e5286461b2cee6f81d70
.js
→
zbht/static/js/main.
4753442f098f98505f67
.js
View file @
f601dc15
This diff is collapsed.
Click to expand it.
zbht/static/js/manifest.0faa129aa132ba6dbcf6.js
0 → 100644
View file @
f601dc15
!
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
=
12
e4
,
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
,
12
e4
);
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
zbht/static/js/manifest.c1af925252351011612a.js
deleted
100644 → 0
View file @
d073e47c
!
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
=
12
e4
,
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
:
"cb86819e6413056417e9"
,
25
:
"138d14f640b05b0cc1fd"
,
26
:
"9da50f67d27673e4b2b3"
,
27
:
"9db46ba540c26818e9b6"
,
28
:
"2521dad5a045116ddb93"
,
31
:
"67e7228778adf506ef64"
}[
e
]
+
".js"
;
var
o
=
setTimeout
(
d
,
12
e4
);
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
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