68ffbd22 by 杨威

删除面包屑

1 parent 8e2e58c2
......@@ -15,7 +15,7 @@
</div>
</el-aside>
<el-container>
<el-header height="100px">
<el-header>
<div class="header-top">
<div class="top-items" @click="toggleClick">
<i class="fa fa-outdent hamburger" v-show="!isActive"></i>
......@@ -32,9 +32,9 @@
<span>{{ item.name }}</span>
</div>
</div>
<div class="header-bottom">
<!-- <div class="header-bottom">
<Navigation ref="navigation"></Navigation>
</div>
</div> -->
<el-dialog title="新建" :visible.sync="dialogVisible" width="40%">
<Create @closeDialog="closeDialog"></Create>
</el-dialog>
......@@ -56,7 +56,7 @@ import { getTree,getDdicByMC } from "../api/common";
export default {
components: {
Navigation,
// Navigation,
LineTree,
Create,
},
......