From 5945f98684bac3f63042e9dd7263de365f921080 Mon Sep 17 00:00:00 2001 From: majiayu000 <183504752@qq.com> Date: Thu, 26 Oct 2023 19:43:29 +0800 Subject: [PATCH] [BugFix] Fix a bug when one of the datalist is unconnected then all page will go to 404 --- src/components/HotList.vue | 135 +++++++++++++++++++++---------------- 1 file changed, 76 insertions(+), 59 deletions(-) diff --git a/src/components/HotList.vue b/src/components/HotList.vue index cc42f6e..5c2a706 100644 --- a/src/components/HotList.vue +++ b/src/components/HotList.vue @@ -1,26 +1,23 @@