perf: remove footer

This commit is contained in:
ibuler
2025-01-22 17:09:16 +08:00
parent 64db1176a6
commit fe8f594cb4
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export default {
},
hasFooter: {
type: Boolean,
default: true
default: false
}
},
data() {

View File

@@ -197,7 +197,6 @@ export default {
}
},
recentPlatformIds(newValue, oldValue) {
console.log('recentPlatformIds updated:', newValue)
this.setRecentPlatforms()
// 在这里执行需要的操作
}