From 0c3b5305b7c3976da8adf44b337457babfba9150 Mon Sep 17 00:00:00 2001 From: DebugIsFalse Date: Tue, 9 Jul 2024 17:16:00 +0800 Subject: [PATCH] Update index.vue --- pages/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 15af1ce..46b58b5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -44,13 +44,13 @@ const recommendQuestions = [ title: '用 Python 写一个对列表去重的函数', c_id: 'c_ZpIdBs6FQqtTq4u5' }, - // { - // title: '如何解决 CORS 问题', - // c_id: 'c_CawfQuhqPxGy1Ny9' - // }, { - title: '有哪些有效的方法可以应对 DDoS 攻击?' - } + title: '如何解决 CORS 问题', + // c_id: 'c_CawfQuhqPxGy1Ny9' + }, + // { + // title: '有哪些有效的方法可以应对 DDoS 攻击?' + // } ] const refCreate = ref(null) function handleSearch (item) { -- GitLab