src/views/admin/LayoutHeader.vue
@@ -5,7 +5,6 @@ @select="handleSelect"> <el-menu-item index="processDesign" @click="to('processDesign')">审批流程 </el-menu-item> <!-- <el-menu-item index="proSetting" @click="to('proSetting')">扩展设置</el-menu-item>--> </el-menu> <div class="publish"> @@ -81,7 +80,6 @@ this.$emit('input', path) }, handleSelect(key, keyPath) { console.log(key, keyPath); }, listener() { window.onunload = this.closeBefore()