From 5a086e68ed63077bbb3af6d2eb179d380d8805cf Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 01 三月 2024 09:35:51 +0800 Subject: [PATCH] 登录页调整 --- src/views/index/center-bottom.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/index/center-bottom.vue b/src/views/index/center-bottom.vue index c047996..b0ee361 100644 --- a/src/views/index/center-bottom.vue +++ b/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> -- Gitblit v1.8.0