forked from github/dataease
fix: 变量重复声明
This commit is contained in:
parent
198872f3e2
commit
cc1de10975
@ -51,9 +51,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
currentWidth() {
|
|
||||||
return this.isCollapseWidth || this.type && getLayout(this.type) || this.width
|
|
||||||
},
|
|
||||||
isSystem() {
|
isSystem() {
|
||||||
// 系统管理不需要拖拽菜单
|
// 系统管理不需要拖拽菜单
|
||||||
return this.isTemplate || (!this.$route.fullPath.includes('system') && this.showDragBar)
|
return this.isTemplate || (!this.$route.fullPath.includes('system') && this.showDragBar)
|
||||||
|
Loading…
Reference in New Issue
Block a user