mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: remove footer
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
hasFooter: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
@@ -197,7 +197,6 @@ export default {
|
||||
}
|
||||
},
|
||||
recentPlatformIds(newValue, oldValue) {
|
||||
console.log('recentPlatformIds updated:', newValue)
|
||||
this.setRecentPlatforms()
|
||||
// 在这里执行需要的操作
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user