|
@@ -12,7 +12,7 @@
|
|
|
<component :is="cHeader"></component>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="crumb">
|
|
|
- <component :is="cBreadcrumb"></component>
|
|
|
+ <component :is="tagsBar"></component>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="container" :style="{ padding: '10px' }">
|
|
|
<router-view :style="testInfo"></router-view>
|
|
@@ -30,7 +30,7 @@
|
|
|
// 组件
|
|
|
import cHeader from './parts/Header.vue'
|
|
|
import cAside from './parts/Sidebar.vue'
|
|
|
-import cBreadcrumb from './parts/breadcrumb.vue'
|
|
|
+import tagsBar from './parts/Tagsbar.vue'
|
|
|
const testInfo = ref({
|
|
|
height: '85vh',
|
|
|
background: '#ffffff',
|