diff --git a/frontend/src/components/dataease/DeAsideContainer.vue b/frontend/src/components/dataease/DeAsideContainer.vue index d175b0c29e..4a76dff7df 100644 --- a/frontend/src/components/dataease/DeAsideContainer.vue +++ b/frontend/src/components/dataease/DeAsideContainer.vue @@ -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)