🧧发布 4.5.0 新春版

This commit is contained in:
疯狂的狮子li
2023-01-12 09:55:50 +08:00
parent 34574c5bf7
commit 173862360e
60 changed files with 559 additions and 442 deletions

View File

@@ -39,7 +39,6 @@ export default {
}
},
mounted() {
this.insertToBody()
this.addEventClick()
},
beforeDestroy() {
@@ -56,11 +55,6 @@ export default {
this.show = false
window.removeEventListener('click', this.closeSidebar)
}
},
insertToBody() {
const elx = this.$refs.rightPanel
const body = document.querySelector('body')
body.insertBefore(elx, body.firstChild)
}
}
}