mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
♻️ refactor: code
This commit is contained in:
parent
682a295e50
commit
823fa729a2
@ -54,8 +54,8 @@
|
|||||||
return {
|
return {
|
||||||
oldLayout: '',
|
oldLayout: '',
|
||||||
controller: new window.AbortController(),
|
controller: new window.AbortController(),
|
||||||
timeOutID: null
|
timeOutID: null,
|
||||||
};
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
@ -76,8 +76,8 @@
|
|||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
window.removeEventListener('resize', this.handleResize)
|
window.removeEventListener('resize', this.handleResize)
|
||||||
this.controller.abort();
|
this.controller.abort()
|
||||||
clearTimeout(this.timeOutID);
|
clearTimeout(this.timeOutID)
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.oldLayout = this.layout
|
this.oldLayout = this.layout
|
||||||
@ -111,7 +111,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
capture: false,
|
capture: false,
|
||||||
signal: this.controller?.signal
|
signal: this.controller?.signal,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user