odc.xiaohui
2024-02-29 48ede89bf3b0a18f3be5ff05d95877e3d1a05465
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>