From b0e249aa5d69791a5d9b9bec64d4e8897b4bae69 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 28 三月 2025 17:32:09 +0800
Subject: [PATCH] feat:体积缩小

---
 pages/customer-page/customer-index/customer-index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 08cda39..082d79e 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -159,7 +159,6 @@
 </template>
 
 <script>
-	import card from '@/components/card/card.vue';
 	import combinedTitle from '@/components/combined-title/combined-title.vue';
 	import { customerId } from '@/utils/status';
 	export default {
@@ -170,7 +169,6 @@
 			}
 		},
 		components: {
-			card,
 			combinedTitle
 		},
 		watch: {

--
Gitblit v1.9.1