zhangyanpeng
2024-03-04 6a72e9e44dc7278e18d55ccd5637b81a1cb2f047
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()