默认选中视频资源
This commit is contained in:
parent
f7becc09f5
commit
ac7f284645
|
@ -1047,12 +1047,12 @@
|
||||||
} else {
|
} else {
|
||||||
// 默认选中
|
// 默认选中
|
||||||
if (formPage && formPage == 'noticePage') {
|
if (formPage && formPage == 'noticePage') {
|
||||||
tabClick(0, '城市云脑会客厅')
|
tabClick(0, '视频资源')
|
||||||
roomYuyue.value = false
|
roomYuyue.value = false
|
||||||
roomResult.value = true
|
roomResult.value = true
|
||||||
onSearch()
|
onSearch()
|
||||||
} else {
|
} else {
|
||||||
tabClick(0, '城市云脑会客厅')
|
tabClick(0, '视频资源')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1106,14 +1106,14 @@
|
||||||
content: isXiHaiAn
|
content: isXiHaiAn
|
||||||
? ['视频资源']
|
? ['视频资源']
|
||||||
: username == 'admin'
|
: username == 'admin'
|
||||||
? ['城市云脑会客厅', '视频资源', '政务云资源', '视频会议']
|
? ['视频资源', '城市云脑会客厅', '政务云资源', '视频会议']
|
||||||
: ['城市云脑会客厅', '视频资源', '政务云资源'],
|
: ['视频资源', '城市云脑会客厅', '政务云资源'],
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
let clickList = ref([]) //存储点击的tab
|
let clickList = ref([]) //存储点击的tab
|
||||||
if (!isXiHaiAn) {
|
if (!isXiHaiAn) {
|
||||||
tabList.value.push({
|
tabList.value.push({
|
||||||
title: '城市云脑会客厅',
|
title: '视频资源',
|
||||||
content: [],
|
content: [],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue