fix: 变量重复声明

This commit is contained in:
dataeaseShu 2022-12-26 16:15:20 +08:00
parent 198872f3e2
commit cc1de10975

View File

@ -51,9 +51,6 @@ export default {
}
},
computed: {
currentWidth() {
return this.isCollapseWidth || this.type && getLayout(this.type) || this.width
},
isSystem() {
//
return this.isTemplate || (!this.$route.fullPath.includes('system') && this.showDragBar)