feat:完善首页功能

This commit is contained in:
zjc
2025-01-15 11:20:32 +08:00
parent ebac43f818
commit ef5cb642ca
14 changed files with 163 additions and 111 deletions

View File

@@ -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 }