From fe8f594cb462bfc6b2c222b022e69aa8d54edafc Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 22 Jan 2025 17:09:16 +0800 Subject: [PATCH] perf: remove footer --- src/components/Drawer/index.vue | 2 +- src/views/assets/Asset/AssetList/components/BaseList.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Drawer/index.vue b/src/components/Drawer/index.vue index afbb289fb..7e36f40a3 100644 --- a/src/components/Drawer/index.vue +++ b/src/components/Drawer/index.vue @@ -64,7 +64,7 @@ export default { }, hasFooter: { type: Boolean, - default: true + default: false } }, data() { diff --git a/src/views/assets/Asset/AssetList/components/BaseList.vue b/src/views/assets/Asset/AssetList/components/BaseList.vue index df0e2f510..ac4062b33 100644 --- a/src/views/assets/Asset/AssetList/components/BaseList.vue +++ b/src/views/assets/Asset/AssetList/components/BaseList.vue @@ -197,7 +197,6 @@ export default { } }, recentPlatformIds(newValue, oldValue) { - console.log('recentPlatformIds updated:', newValue) this.setRecentPlatforms() // 在这里执行需要的操作 }