Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
12052044
Commit
12052044
authored
Apr 10, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
e260cc21
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
16 deletions
+19
-16
addDialog.vue
src/page/STB/appversion/components/addDialog.vue
+4
-4
index.vue
src/page/STB/appversion/index.vue
+3
-2
index.vue
src/page/STB/base/index.vue
+3
-2
index.vue
src/page/STB/interactive/index.vue
+1
-1
index.vue
src/page/STB/operation/index.vue
+5
-4
index.vue
src/page/STB/pageCustom/index.vue
+3
-3
No files found.
src/page/STB/appversion/components/addDialog.vue
View file @
12052044
...
@@ -28,10 +28,10 @@
...
@@ -28,10 +28,10 @@
v-model=
"formItem.versionInfo"
v-model=
"formItem.versionInfo"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"更新内容:"
prop=
"update
Content
"
>
<el-form-item
label=
"更新内容:"
prop=
"update
Log
"
>
<el-input
<el-input
type=
"textarea"
type=
"textarea"
v-model=
"formItem.update
Content
"
v-model=
"formItem.update
Log
"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-upload
<el-upload
...
@@ -75,7 +75,7 @@ export default {
...
@@ -75,7 +75,7 @@ export default {
versionInfo
:
[
versionInfo
:
[
{
required
:
true
,
message
:
"请输入版本信息"
,
trigger
:
"blur"
},
{
required
:
true
,
message
:
"请输入版本信息"
,
trigger
:
"blur"
},
],
],
update
Content
:
[
update
Log
:
[
{
required
:
true
,
message
:
"请输入更新内容"
,
trigger
:
"blur"
},
{
required
:
true
,
message
:
"请输入更新内容"
,
trigger
:
"blur"
},
],
],
},
},
...
@@ -128,7 +128,7 @@ export default {
...
@@ -128,7 +128,7 @@ export default {
let
param
=
{
let
param
=
{
appVersion
:
this
.
formItem
.
appVersion
,
appVersion
:
this
.
formItem
.
appVersion
,
versionInfo
:
this
.
formItem
.
versionInfo
,
versionInfo
:
this
.
formItem
.
versionInfo
,
update
Content
:
this
.
formItem
.
updateContent
,
update
Log
:
this
.
formItem
.
updateLog
,
apkUrl
:
this
.
formItem
.
apkUrl
,
apkUrl
:
this
.
formItem
.
apkUrl
,
}
}
_this
_this
...
...
src/page/STB/appversion/index.vue
View file @
12052044
...
@@ -111,6 +111,7 @@ export default {
...
@@ -111,6 +111,7 @@ export default {
// 查询
// 查询
onSearch
()
{
onSearch
()
{
this
.
page
.
_index
=
1
;
this
.
page
.
_index
=
1
;
this
.
requestForm
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
form
))
this
.
getTableData
();
this
.
getTableData
();
},
},
// 获得数据接口
// 获得数据接口
...
@@ -119,8 +120,8 @@ export default {
...
@@ -119,8 +120,8 @@ export default {
let
param
=
{
let
param
=
{
_index
:
this
.
page
.
_index
,
_index
:
this
.
page
.
_index
,
_size
:
this
.
page
.
_size
,
_size
:
this
.
page
.
_size
,
startDate
:
this
.
form
.
dateRange
.
length
?
this
.
f
orm
.
dateRange
[
0
]
:
""
,
startDate
:
this
.
requestForm
.
dateRange
.
length
?
this
.
requestF
orm
.
dateRange
[
0
]
:
""
,
endDate
:
this
.
form
.
dateRange
.
length
?
this
.
f
orm
.
dateRange
[
1
]
:
""
,
endDate
:
this
.
requestForm
.
dateRange
.
length
?
this
.
requestF
orm
.
dateRange
[
1
]
:
""
,
};
};
vm
.
$https
(
vm
.
$https
(
{
{
...
...
src/page/STB/base/index.vue
View file @
12052044
...
@@ -94,6 +94,7 @@ export default {
...
@@ -94,6 +94,7 @@ export default {
// 查询
// 查询
onSearch
()
{
onSearch
()
{
this
.
page
.
_index
=
1
this
.
page
.
_index
=
1
this
.
requestForm
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
form
))
this
.
getTableData
()
this
.
getTableData
()
},
},
// 获得数据接口
// 获得数据接口
...
@@ -102,8 +103,8 @@ export default {
...
@@ -102,8 +103,8 @@ export default {
let
param
=
{
let
param
=
{
_index
:
this
.
page
.
_index
,
_index
:
this
.
page
.
_index
,
_size
:
this
.
page
.
_size
,
_size
:
this
.
page
.
_size
,
areaId
:
this
.
form
.
areaId
.
length
?
this
.
form
.
areaId
[
this
.
f
orm
.
areaId
.
length
-
1
]
:
''
,
areaId
:
this
.
requestForm
.
areaId
.
length
?
this
.
requestForm
.
areaId
[
this
.
requestF
orm
.
areaId
.
length
-
1
]
:
''
,
organId
:
this
.
f
orm
.
orgId
organId
:
this
.
requestF
orm
.
orgId
};
};
vm
.
$https
(
vm
.
$https
(
{
{
...
...
src/page/STB/interactive/index.vue
View file @
12052044
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"img-box"
v-if=
"!item.images.length"
>
暂无数据
</div>
<div
class=
"img-box"
v-if=
"!item.images.length"
>
暂无数据
</div>
<div
class=
"author"
>
<div
class=
"author"
>
<div>
{{
item
.
user
name
}}
</div>
<div>
{{
item
.
name
}}
</div>
<div>
{{
item
.
createTime
}}
</div>
<div>
{{
item
.
createTime
}}
</div>
</div>
</div>
</div>
</div>
...
...
src/page/STB/operation/index.vue
View file @
12052044
...
@@ -138,6 +138,7 @@ export default {
...
@@ -138,6 +138,7 @@ export default {
// 查询
// 查询
onSearch
()
{
onSearch
()
{
this
.
page
.
_index
=
1
;
this
.
page
.
_index
=
1
;
this
.
requestForm
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
form
))
this
.
getTableData
();
this
.
getTableData
();
},
},
// 获得数据接口
// 获得数据接口
...
@@ -146,11 +147,11 @@ export default {
...
@@ -146,11 +147,11 @@ export default {
let
param
=
{
let
param
=
{
_index
:
this
.
page
.
_index
,
_index
:
this
.
page
.
_index
,
_size
:
this
.
page
.
_size
,
_size
:
this
.
page
.
_size
,
areaId
:
this
.
f
orm
.
areaId
.
length
areaId
:
this
.
requestF
orm
.
areaId
.
length
?
this
.
form
.
areaId
[
this
.
f
orm
.
areaId
.
length
-
1
]
?
this
.
requestForm
.
areaId
[
this
.
requestF
orm
.
areaId
.
length
-
1
]
:
""
,
:
""
,
organId
:
this
.
f
orm
.
orgId
,
organId
:
this
.
requestF
orm
.
orgId
,
status
:
this
.
f
orm
.
status
,
status
:
this
.
requestF
orm
.
status
,
};
};
vm
.
$https
(
vm
.
$https
(
{
{
...
...
src/page/STB/pageCustom/index.vue
View file @
12052044
...
@@ -108,7 +108,7 @@ export default {
...
@@ -108,7 +108,7 @@ export default {
},
},
on
:
{
on
:
{
click
:
function
()
{
click
:
function
()
{
console
.
log
(
vm
);
if
(
this
.
$el
[
0
].
parentNode
.
className
.
indexOf
(
"top"
)
>
0
)
{
if
(
this
.
$el
[
0
].
parentNode
.
className
.
indexOf
(
"top"
)
>
0
)
{
vm
.
radioPage
=
this
.
realIndex
;
vm
.
radioPage
=
this
.
realIndex
;
}
}
...
@@ -237,8 +237,8 @@ export default {
...
@@ -237,8 +237,8 @@ export default {
},
},
// 修改当前项
// 修改当前项
submitForm
()
{
submitForm
()
{
vm
.
radioPage
&&
this
.
updateCurrent
(
this
.
pageList
[
vm
.
radioPage
].
id
,
"tAppDirPic/update"
);
this
.
updateCurrent
(
this
.
pageList
[
vm
.
radioPage
].
id
,
"tAppDirPic/update"
);
vm
.
radioRun
&&
this
.
updateCurrent
(
this
.
runList
[
vm
.
radioRun
].
id
,
"tAppRunPic/update"
);
this
.
updateCurrent
(
this
.
runList
[
vm
.
radioRun
].
id
,
"tAppRunPic/update"
);
},
},
updateCurrent
(
id
,
url
)
{
updateCurrent
(
id
,
url
)
{
let
vm
=
this
;
let
vm
=
this
;
...
...
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