68ffbd22 by 杨威

删除面包屑

1 parent 8e2e58c2
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 </div> 15 </div>
16 </el-aside> 16 </el-aside>
17 <el-container> 17 <el-container>
18 <el-header height="100px"> 18 <el-header>
19 <div class="header-top"> 19 <div class="header-top">
20 <div class="top-items" @click="toggleClick"> 20 <div class="top-items" @click="toggleClick">
21 <i class="fa fa-outdent hamburger" v-show="!isActive"></i> 21 <i class="fa fa-outdent hamburger" v-show="!isActive"></i>
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
32 <span>{{ item.name }}</span> 32 <span>{{ item.name }}</span>
33 </div> 33 </div>
34 </div> 34 </div>
35 <div class="header-bottom"> 35 <!-- <div class="header-bottom">
36 <Navigation ref="navigation"></Navigation> 36 <Navigation ref="navigation"></Navigation>
37 </div> 37 </div> -->
38 <el-dialog title="新建" :visible.sync="dialogVisible" width="40%"> 38 <el-dialog title="新建" :visible.sync="dialogVisible" width="40%">
39 <Create @closeDialog="closeDialog"></Create> 39 <Create @closeDialog="closeDialog"></Create>
40 </el-dialog> 40 </el-dialog>
...@@ -56,7 +56,7 @@ import { getTree,getDdicByMC } from "../api/common"; ...@@ -56,7 +56,7 @@ import { getTree,getDdicByMC } from "../api/common";
56 56
57 export default { 57 export default {
58 components: { 58 components: {
59 Navigation, 59 // Navigation,
60 LineTree, 60 LineTree,
61 Create, 61 Create,
62 }, 62 },
......