diff --git a/pages/index.vue b/pages/index.vue index 15af1ce66047a310e19a3e6cd4533ec59143206f..46b58b580cc8470389a90e4c89eee16eee229976 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) {