From a1ec617be15a85baf9f3301bcebd2c389a719255 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Mon, 20 Mar 2023 19:25:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20CardList=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/comp/card-list/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/demo/comp/card-list/index.vue b/src/views/demo/comp/card-list/index.vue index 946c650..2f1357a 100644 --- a/src/views/demo/comp/card-list/index.vue +++ b/src/views/demo/comp/card-list/index.vue @@ -2,7 +2,6 @@ @@ -17,7 +16,7 @@ import { CardList } from '/@/components/CardList'; import { Button } from '/@/components/Button'; import { PageWrapper } from '/@/components/Page'; - import { demoListApi } from '/@/api/demo/table'; + //import { demoListApi } from '/@/api/demo/table'; import { useMessage } from '/@/hooks/web/useMessage'; const { notification } = useMessage(); // 请求api时附带参数