刘嘉威
2022-10-26 e1c28921470ca2a82403ef5a7bc07f1c48619b36
src/views/index/center-bottom.vue
@@ -17,7 +17,6 @@
  });
};
const setOption =async (newData: any) => {
  await nextTick()
  option.value = {
    tooltip: {
      trigger: "axis",
@@ -150,7 +149,10 @@
    ],
  };
};
onMounted(()=>{
getData();
})
</script>
<template>