From e1e795b5dc8c2ce13c6e46050a259ae6c9fd40cb Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sat, 2 Sep 2023 01:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=83=AD=E6=90=9C=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/TopBar.vue | 8 ++++++-- pages/data/[WebName].vue | 1 + pages/map/index.vue | 9 +++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/components/index/TopBar.vue b/components/index/TopBar.vue index c1fcfc1..2bf4f4b 100644 --- a/components/index/TopBar.vue +++ b/components/index/TopBar.vue @@ -5,6 +5,9 @@ let route = useRoute() // const handleSelect = (key: string, keyPath: string[]) => { // console.log(key, keyPath) // } + +const HotArray = await $fetch("https://data.zziyu.cn/hot/webs") +// console.log(HotArray)