This commit is contained in:
yanran200730
2022-09-09 17:58:30 +08:00
parent 3f1084a542
commit 81f3a4b35d
2 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@
export default { export default {
name: 'AppXyDv', name: 'AppXyDv',
label: '兴义大屏', label: '黔西南大屏',
props: { props: {
instance: Function, instance: Function,
@@ -246,7 +246,7 @@
}, },
mounted () { mounted () {
document.title = '兴义大屏' document.title = '黔西南大屏'
this.$nextTick(() => { this.$nextTick(() => {
if (document.querySelector('.AiDvWrapper .viewPanel')) { if (document.querySelector('.AiDvWrapper .viewPanel')) {
document.querySelector('.AiDvWrapper .viewPanel').style.backgroundImage = 'url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/bg.png)' document.querySelector('.AiDvWrapper .viewPanel').style.backgroundImage = 'url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/bg.png)'

View File

@@ -154,7 +154,7 @@
getList() { getList() {
this.loading = true this.loading = true
this.instance.post(`/app/appmasssendingtask/list`, null, { this.instance.post(`/app/whchatmomentstask/list`, null, {
params: { params: {
...this.search, ...this.search,
} }