feat:完善首页功能
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
let res = await getVideoListApi({
|
||||
businessVideoDisplayPosition: ''
|
||||
})
|
||||
console.log(res, '============')
|
||||
list.value = res.data
|
||||
nextTick(() => {
|
||||
list.value.forEach(async (item, index) => {
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
let defaultConfig = {
|
||||
const defaultConfig = {
|
||||
colors: defaultColors,
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
@@ -168,7 +168,7 @@
|
||||
if (val[0].length > 0 && val[1].length > 0) {
|
||||
setTimeout(() => {
|
||||
updateOption()
|
||||
}, 500)
|
||||
}, 1000)
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Reference in New Issue
Block a user